Skip to content

Commit e909c91

Browse files
authored
Added codecov workflow (#42)
1 parent c48e64a commit e909c91

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,9 @@ jobs:
3737
run: echo "NODE_ICU_DATA=" >> $GITHUB_ENV
3838

3939
- name: Run tests
40-
run: yarn test:unit
40+
run: yarn test:unit
41+
42+
- uses: actions/checkout@master
43+
- uses: codecov/codecov-action@v1
44+
with:
45+
files: ./coverage/coverage-final.json

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ yarn.lock
2525
package-lock.json
2626

2727
# test
28-
coverage
28+
coverage/lcov-report
29+
coverage/clover.xml
30+
coverage/lcov.info

0 commit comments

Comments
 (0)