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

Commitda30753

Browse files
authored
Merge pull request#1834 from python-gitlab/jlvillal/cover_no_fail
ci: don't fail CI if unable to upload the code coverage data
2 parents8b14ff0 +d5b3744 commitda30753

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