Skip to content

Commit 65b6f11

Browse files
authored
Merge pull request #165 from dstansby/codecov-update
Codecov updates
2 parents bc2e279 + db7d054 commit 65b6f11

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/test_and_deploy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,10 @@ jobs:
5757
if: ${{ always() }}
5858

5959
- name: Coverage
60-
uses: codecov/codecov-action@v2
60+
uses: codecov/codecov-action@v3
61+
with:
62+
token: ${{ secrets.CODECOV_TOKEN }}
63+
fail_ci_if_error: true
6164

6265
deploy:
6366
# this will run when you have tagged a commit, starting with "v*"

0 commit comments

Comments
 (0)