Skip to content

Commit 5d95138

Browse files
committed
test: Upload coverage report if validate fails
1 parent 29f9277 commit 5d95138

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/validate.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ jobs:
5757

5858
- name: ⬆️ Upload coverage report
5959
uses: codecov/codecov-action@v1
60+
if: success() || failure()
6061
with:
6162
fail_ci_if_error: true
6263
flags: node-${{ matrix.node }}

0 commit comments

Comments
 (0)