Skip to content

Commit feac055

Browse files
authored
chore: add codecov integration (#576)
1 parent 968d190 commit feac055

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.codecov.yml

+10
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/nodejs.yml

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ jobs:
4444
run: yarn test --coverage
4545
env:
4646
CI: true
47+
- uses: codecov/codecov-action@v1
48+
if: always()
4749
test-os:
4850
name: Test on ${{ matrix.os }} using Node.js LTS
4951
strategy:

0 commit comments

Comments
 (0)