Skip to content

Commit

Permalink
make sure not sending code coverage from other repo does not create a…
Browse files Browse the repository at this point in the history
…n issue in the PR checks
  • Loading branch information
scolladon committed Dec 22, 2020
1 parent eb34e00 commit d39c0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ jobs:

- name: 'Code Climate coverage publishing'
run: ./cc-test-reporter after-build -t lcov -r ${{ secrets.CC_TEST_REPORTER_ID }}
continue-on-error: true

0 comments on commit d39c0ca

Please sign in to comment.