Skip to content

Commit

Permalink
ci: add codecov token (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Feb 14, 2024
1 parent 46ad9ff commit 4a3196b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
uses: codecov/[email protected]
with:
files: '**/TestResults/*/*.cobertura.xml'
token: ${{ secrets.CODECOV_TOKEN }}

build:
needs: [test]
Expand Down

0 comments on commit 4a3196b

Please sign in to comment.