Skip to content

Commit

Permalink
β˜‚ codecov (#19)
Browse files Browse the repository at this point in the history
* add codecov.

* bump version.
  • Loading branch information
bradgarropy authored Mar 7, 2021
1 parent 4b0e4db commit 3a8ef77
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 10,162 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ jobs:
run: npm run format
- name: "πŸ§ͺ test"
run: npm run test
- name: "πŸ‘– coveralls"
uses: coverallsapp/[email protected]
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: "β˜‚οΈ coverage"
uses: codecov/[email protected]
- name: "πŸš€ publish"
run: npm publish --access public
env:
Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: "πŸ§ͺ test"

on: pull_request
on:
push:
branches:
- master
pull_request:

jobs:
test:
Expand All @@ -18,3 +22,5 @@ jobs:
run: npm ci
- name: "πŸ§ͺ test"
run: npm run test
- name: "β˜‚οΈ coverage"
uses: codecov/[email protected]
Loading

0 comments on commit 3a8ef77

Please sign in to comment.