Skip to content

Navigation Menu

Sign in
Appearance settings

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 993207e

Browse filesBrowse 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
Copy full SHA for 993207e

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎.github/workflows/test_and_deploy.yml

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