Skip to content

Commit

Permalink
CI: Add codecov token (#141)
Browse files Browse the repository at this point in the history
This is now required.

Pull request: #141
  • Loading branch information
lefou committed Mar 9, 2024
1 parent e91f50e commit f6b81bd
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 @@ -63,6 +63,7 @@ jobs:
uses: codecov/codecov-action@v4
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

checks:
Expand Down

0 comments on commit f6b81bd

Please sign in to comment.