Skip to content

Commit

Permalink
chore: Do not fail build if Codecov fails (ASSERT-KTH#558)
Browse files Browse the repository at this point in the history
  • Loading branch information
slarse authored Jun 7, 2021
1 parent 7257182 commit 27fa2b4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,6 @@ jobs:
run: mvn -B org.sonarsource.scanner.maven:sonar-maven-plugin:sonar
- name: Upload coverage report to Codecov
uses: codecov/codecov-action@a1ed4b322b4b38cb846afb5a0ebfa17086917d27 # v1.5.0
with:
fail_ci_if_error: true

test-support-scripts:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
codecov:
require_ci_to_pass: yes
require_ci_to_pass: no

comment: false

Expand Down

0 comments on commit 27fa2b4

Please sign in to comment.