Skip to content

Commit

Permalink
CI: Use codecov token for coverage data upload (#170)
Browse files Browse the repository at this point in the history
Pull request: #170
  • Loading branch information
lefou authored May 29, 2024
1 parent 6e0efbb commit bc4e04f
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 @@ -62,6 +62,7 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: ./out/core/0.11/scoverage/xmlReport.dest/scoverage.xml,./out/core/0.10/scoverage/xmlReport.dest/scoverage.xml,./out/core/0.9/scoverage/xmlReport.dest/scoverage.xml,./out/core/0.7/scoverage/xmlReport.dest/scoverage.xml,./out/core/0.6/scoverage/xmlReport.dest/scoverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
continue-on-error: true

publish:
Expand Down

0 comments on commit bc4e04f

Please sign in to comment.