We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ac270 commit 13d5067Copy full SHA for 13d5067
.github/workflows/ci.yml
@@ -89,6 +89,7 @@ jobs:
89
file: ./coverage.xml
90
flags: unit
91
fail_ci_if_error: false
92
+ token: ${{ secrets.CODECOV_TOKEN }}
93
94
check: # This job does nothing and is only used for the branch protection
95
if: always()
0 commit comments