Skip to content

Commit

Permalink
Passing tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Jun 6, 2024
1 parent e4a4be2 commit 728de67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ jobs:
- uses: codecov/codecov-action@v3
with:
files: tests/gcov-files/* # optional
# flags: unittests # optional
name: codecov-umbrella # optional
fail_ci_if_error: true # optional (default = false)
verbose: true # optional (default = false)
verbose: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 728de67

Please sign in to comment.