Skip to content

Commit

Permalink
Switch to Codecov v3 and explicitly add token
Browse files Browse the repository at this point in the history
  • Loading branch information
sjdemartini committed Nov 29, 2023
1 parent 786995c commit 18b87c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
- name: list files
run: ls -l .

- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
files: coverage.xml

0 comments on commit 18b87c8

Please sign in to comment.