We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517b213 commit 9949427Copy full SHA for 9949427
.github/workflows/test_and_deploy.yml
@@ -58,14 +58,16 @@ jobs:
58
if: ${{ always() }}
59
60
- name: Coverage
61
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
62
# Don't run coverage on merge queue CI to avoid duplicating reports
63
# to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
64
if: github.event_name != 'merge_group'
65
with:
66
token: ${{ secrets.CODECOV_TOKEN }}
67
fail_ci_if_error: true
68
69
+
70
71
deploy:
72
# this will run when you have tagged a commit, starting with "v*"
73
# and requires that you have put your twine API key in your
0 commit comments