Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commitd5b3744

Browse 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 theCI to fail and code can't be merged.
1 parent8b14ff0 commitd5b3744

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/test.yml

Lines 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)

[8]ページ先頭

©2009-2025 Movatter.jp