Skip to content

Commit 3eb8856

Browse files
Merge pull request #21 from remarkablemark/ci/codecov
ci(root): add Codecov to workflow `build.yml`
2 parents fc26150 + 1d18f19 commit 3eb8856

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,6 @@ jobs:
4747

4848
- name: Run test
4949
run: npm test
50+
51+
- name: Codecov
52+
uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)