Skip to content

Commit

Permalink
Ignore code coverage publication errors
Browse files Browse the repository at this point in the history
  • Loading branch information
agrenott committed Apr 16, 2023
1 parent 5a90ec1 commit a2ccb10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
run: |
hatch run all
- name: Report test-coverage to DeepSource
# Deepsource doesn't seem super stable
continue-on-error: true
run: |
# Install the CLI
curl https://deepsource.io/cli | sh
Expand All @@ -39,6 +41,7 @@ jobs:
env:
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
- name: Report test-coverage to Codacy
continue-on-error: true
run: |
bash <(curl -Ls https://coverage.codacy.com/get.sh) report -r ./coverage.xml
env:
Expand Down

0 comments on commit a2ccb10

Please sign in to comment.