Skip to content

Commit

Permalink
🛠 #8 Add Codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
c-o-l-i-n committed Sep 7, 2022
1 parent 3d3c1d3 commit 9d64a0a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,7 @@ jobs:
run: npm run lint
- name: run tests
run: npm test
- name: upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
- name: build
run: npm run make
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
run: npm run lint
- name: run tests
run: npm test
- name: upload coverage to Codecov
uses: codecov/codecov-action@v3.1.0
- name: publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 9d64a0a

Please sign in to comment.