1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00

Always try and upload coverage

This commit is contained in:
Ross McFarland
2023-08-17 12:36:17 -07:00
parent 1da6b72aef
commit ad2377f1d2

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