Skip to content

Commit a25149d

Browse files
authored
chore: Fix missing codecov report in PRs (#897)
1 parent 47e52d1 commit a25149d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/validate.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626

2727
- name: ⬇️ Checkout repo
2828
uses: actions/checkout@v2
29+
with:
30+
# required by codecov/codecov-action
31+
fetch-depth: 0
2932

3033
- name: ⎔ Setup node
3134
uses: actions/setup-node@v1
@@ -42,6 +45,9 @@ jobs:
4245

4346
- name: ⬆️ Upload coverage report
4447
uses: codecov/codecov-action@v1
48+
with:
49+
fail_ci_if_error: true
50+
flags: node-${{ matrix.node }}
4551

4652
release:
4753
needs: main

0 commit comments

Comments
 (0)