We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 968d190 commit feac055Copy full SHA for feac055
.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/nodejs.yml
@@ -44,6 +44,8 @@ jobs:
44
run: yarn test --coverage
45
env:
46
CI: true
47
+ - uses: codecov/codecov-action@v1
48
+ if: always()
49
test-os:
50
name: Test on ${{ matrix.os }} using Node.js LTS
51
strategy:
0 commit comments