We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d44147e commit 3b21c53Copy full SHA for 3b21c53
2 files changed
.codecov.yml
@@ -0,0 +1,10 @@
1
+comment: off
2
+
3
+coverage:
4
+ status:
5
+ patch:
6
+ default:
7
+ target: 100%
8
+ project:
9
10
.github/workflows/node.js.yml
@@ -45,7 +45,7 @@ jobs:
45
- name: run tests
46
run: yarn cover
47
- uses: codecov/codecov-action@v1
48
- if: ${{ matrix.html-plugin-version == 4 }}
+ if: ${{ always() }}
49
test-os:
50
name: Test on ${{ matrix.os }} using Node.js LTS
51
strategy:
0 commit comments