Skip to content

Commit

Permalink
Allow codecov failures
Browse files Browse the repository at this point in the history
It’s broken for merge requests from external contributors due to codecov
API changes.

codecov/codecov-node#284
  • Loading branch information
remcohaszing committed Jun 15, 2021
1 parent 0c014e6 commit d0873b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ test node 16:
script:
- yarn --frozen-lockfile
- yarn jest --coverage
- yarn codecov
- yarn codecov || true
artifacts:
reports:
junit: junit.xml
Expand Down

0 comments on commit d0873b0

Please sign in to comment.