We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c8b5e commit 32bf50eCopy full SHA for 32bf50e
1 file changed
.github/workflows/build.yml
@@ -126,11 +126,13 @@ jobs:
126
127
- name: Upload Coverage Results to Codecov
128
uses: codecov/codecov-action@v2.1.0
129
+ if: ${{ always() }}
130
with:
131
files: coverage.json
132
133
- name: Upload Coverage Results as Build Artifact
134
uses: actions/upload-artifact@v3.0.0
135
136
137
name: coverage
138
path: coverage.json
0 commit comments