Skip to content

Commit

Permalink
Set Codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
villfa committed Aug 4, 2024
1 parent cad775a commit d17fd38
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@ jobs:
- name: "List all coverage reports"
run: echo coverage_reports=./coverage/$(ls -m coverage/ | sed "s/, */,.\/coverage\//g") >> $GITHUB_ENV

- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
files: ./coverage.xml,${{ env.coverage_reports }}
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

analysis:
name: "Static Analysis"
Expand Down

0 comments on commit d17fd38

Please sign in to comment.