ci: build workflow - force coverage upload even on failed tests

This commit is contained in:
Nicolas Giard 2022-03-24 15:49:38 -04:00 committed by GitHub
parent e1c8b5efe4
commit 32bf50ef1b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -126,11 +126,13 @@ jobs:
- name: Upload Coverage Results to Codecov
uses: codecov/codecov-action@v2.1.0
if: ${{ always() }}
with:
files: coverage.json
- name: Upload Coverage Results as Build Artifact
uses: actions/upload-artifact@v3.0.0
if: ${{ always() }}
with:
name: coverage
path: coverage.json