Skip to content

Commit

Permalink
Merge pull request #882 from synfinatic/token
Browse files Browse the repository at this point in the history
fix token
  • Loading branch information
synfinatic authored Jun 5, 2024
2 parents d7373f3 + 26632b8 commit 1d24af2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ jobs:
- name: Perform CodeQL Analysis
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false
env_vars: OS
files: ./coverage.out
fail_ci_if_error: true
env_vars: OS
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}
verbose: false

0 comments on commit 1d24af2

Please sign in to comment.