Skip to content

Commit

Permalink
Disable codecov from failing CI if there is an upload issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peternied committed Sep 12, 2023
1 parent c9e109f commit 8294021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
action: codecov/codecov-action@v3
with: |
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
fail_ci_if_error: false
files: ./build/reports/jacoco/test/jacocoTestReport.xml
- uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 8294021

Please sign in to comment.