Skip to content

Commit

Permalink
chore(build): update test workflow (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricokahler authored Jan 31, 2021
1 parent c488bdb commit 37e48bb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: npm run lint

- name: Run tests
run: npm t
run: npm t -- --coverage

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
"license": "MIT",
"author": {
"name": "Rico Kahler",
"email": "[email protected]"
"email": "[email protected]",
"url": "https://github.com/ricokahler"
},
"keywords": [
"color",
Expand Down

0 comments on commit 37e48bb

Please sign in to comment.