Skip to content

Commit

Permalink
chore(coveralls): commit token file and update config
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee123 committed Apr 11, 2022
1 parent 5ca947a commit 3646b4d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- run:
command: npm run coverage
name: Run coverage
- run:
command: cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js
name: Update coverage on coveralls
# Invoke jobs via workflows
# See: https://circleci.com/docs/2.0/configuration-reference/#workflows
workflows:
Expand Down
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: 0ZWr7jfVBJKPaoVe2IjvtzhtatJbrYn5h

0 comments on commit 3646b4d

Please sign in to comment.