Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 65b6f11

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

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎.github/workflows/test_and_deploy.yml

Copy file name to clipboardExpand all lines: .github/workflows/test_and_deploy.yml
+4-1Lines changed: 4 additions & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.