Skip to content

Commit

Permalink
CI: make code coverage upload failure non-fatal
Browse files Browse the repository at this point in the history
  • Loading branch information
jinnovation committed Apr 10, 2024
1 parent ce4e4b8 commit d486010
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ jobs:
- name: Upload coverage
if: steps.install.outcome == 'success' && steps.install.conclusion == 'success'
uses: codecov/codecov-action@v2
continue-on-error: true
with:
env_vars: EMACS_VERSION
files: ./coverage/unit/lcov-buttercup.info,./coverage/integration/lcov-buttercup.info
Expand Down

0 comments on commit d486010

Please sign in to comment.