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 d5b3744

Browse filesBrowse files
ci: don't fail CI if unable to upload the code coverage data
If a CI job can't upload coverage results to codecov.com it causes the CI to fail and code can't be merged.
1 parent 8b14ff0 commit d5b3744
Copy full SHA for d5b3744

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎.github/workflows/test.yml‎

Copy file name to clipboardExpand all lines: .github/workflows/test.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
files: ./coverage.xml
8181
flags: ${{ matrix.toxenv }}
82-
fail_ci_if_error: true
82+
fail_ci_if_error: false
8383

8484
coverage:
8585
runs-on: ubuntu-20.04
@@ -101,4 +101,4 @@ jobs:
101101
with:
102102
files: ./coverage.xml
103103
flags: unit
104-
fail_ci_if_error: true
104+
fail_ci_if_error: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.