Skip to content

Commit

Permalink
Merge pull request #466 from MongoEngine/fix-coverage
Browse files Browse the repository at this point in the history
Allow bypass coverage upload without an error
  • Loading branch information
insspb committed Jul 1, 2022
2 parents d08ccf1 + bce5b44 commit 2bdd46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
file: ./coverage.xml
- name: Send coverage report to codeclimate
uses: paambaati/codeclimate-action@v3.0.0
continue-on-error: true
with:
coverageCommand: echo "Ignore rerun"
coverageLocations: ${{github.workspace}}/coverage.xml:coverage.py
Expand Down

0 comments on commit 2bdd46c

Please sign in to comment.