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

.github/workflows/test_and_deploy.yml

Lines 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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy