Skip to content

Commit 3b21c53

Browse files
authored
chore: always upload coverage result (#196)
1 parent d44147e commit 3b21c53

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

.codecov.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
comment: off
2+
3+
coverage:
4+
status:
5+
patch:
6+
default:
7+
target: 100%
8+
project:
9+
default:
10+
target: 100%

.github/workflows/node.js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: run tests
4646
run: yarn cover
4747
- uses: codecov/codecov-action@v1
48-
if: ${{ matrix.html-plugin-version == 4 }}
48+
if: ${{ always() }}
4949
test-os:
5050
name: Test on ${{ matrix.os }} using Node.js LTS
5151
strategy:

0 commit comments

Comments
 (0)