Skip to content

Commit

Permalink
Add codecov token to the CI flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jmartinesp committed Feb 13, 2024
1 parent 0abdf95 commit 988f167
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,6 @@ jobs:
- name: ☂️ Upload coverage reports to codecov
if: always()
uses: codecov/codecov-action@v4
# with:
# files: build/reports/kover/xml/report.xml
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 988f167

Please sign in to comment.