Browse Source

Always try and upload coverage

pull/1045/head
Ross McFarland 2 years ago
parent
commit
ad2377f1d2
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      .github/workflows/main.yml

+ 3
- 1
.github/workflows/main.yml View File

@ -24,7 +24,9 @@ jobs:
- name: CI Build
run: |
./script/cibuild
- name: Storage Code Coverage Data
- name: Store Code Coverage Data
# if the previous step(s) failed try anyways
if: always()
uses: actions/upload-artifact@v3
with:
name: code-coverage


Loading…
Cancel
Save