Skip to content

Commit

Permalink
Fix codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed May 11, 2024
1 parent 9e7c529 commit 7e96056
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,10 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml,./cpp_coverage.info
token: ${{ secrets.CODECOV_TOKEN }}

- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 7e96056

Please sign in to comment.