We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0d93aa1 + a0c9a29 commit 993207eCopy full SHA for 993207e
.github/workflows/test_and_deploy.yml
@@ -58,6 +58,9 @@ jobs:
58
59
- name: Coverage
60
uses: codecov/codecov-action@v3
61
+ # Don't run coverage on merge queue CI to avoid duplicating reports
62
+ # to codecov. See https://github.com/matplotlib/napari-matplotlib/issues/155
63
+ if: github.event_name != 'merge_group'
64
with:
65
token: ${{ secrets.CODECOV_TOKEN }}
66
fail_ci_if_error: true
0 commit comments