Skip to content

Commit

Permalink
ci(coverage): add token + temporarily increase threshold (acts-projec…
Browse files Browse the repository at this point in the history
…t#3222)

Follow up to `https://github.com/acts-project/acts/pull/3215`.

The base did not get uploaded to codecov. Therefore, the difference-problem is handed over to the next PR. We need to provide the token to successfully upload. We increase the accepted threshold to update the codecov-BASE over the course of 2 PRs, to get PRs (including this one) in until the upload problem is solved.
  • Loading branch information
AJPfleger authored and EleniXoch committed May 31, 2024
1 parent d32d74c commit a01b308
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
with:
files: ./build/coverage/cov.xml
disable_search: true
token: ${{ secrets.CODECOV_TOKEN }} # required

build_performance:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ coverage:
project:
default:
target: auto
threshold: 0.1%
threshold: 2%
patch: off

0 comments on commit a01b308

Please sign in to comment.