Skip to content

Commit cccccc1

Browse files
Add Codecov to CI (#7)
1 parent ed22cd3 commit cccccc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,7 @@ jobs:
2121

2222
- name: Run tests
2323
run: yarn run test
24+
25+
- name: Upload reports
26+
run: npx codecov
27+

0 commit comments

Comments
 (0)