Skip to content

Commit

Permalink
disable errors
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbkoch committed Jul 27, 2024
1 parent 3ef4fbc commit 90c1d58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,7 @@ jobs:
path: tmp/zqmr/t/junit/test-results.xml
reporter: java-junit
- name: Code coverage report
continue-on-error: true
if: always()
uses: codecov/codecov-action@v4
with:
Expand Down Expand Up @@ -472,6 +473,7 @@ jobs:
path: tmp/zqmr/t/junit/test-results.xml
reporter: java-junit
- name: Code coverage report
continue-on-error: true
if: always()
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit 90c1d58

Please sign in to comment.