Skip to content

Commit 993207e

Browse files
authored
Merge pull request #170 from dstansby/codecov-merge-queue
Don't run coverage upload on merge queue
2 parents 0d93aa1 + a0c9a29 commit 993207e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/test_and_deploy.yml

+3
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858

5959
- name: Coverage
6060
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'
6164
with:
6265
token: ${{ secrets.CODECOV_TOKEN }}
6366
fail_ci_if_error: true

0 commit comments

Comments
 (0)