Skip to content

Commit

Permalink
Re-enable coveralls.
Browse files Browse the repository at this point in the history
I set the COVERALLS_REPO_TOKEN in the server-side CircleCI config. I also updated the package for good measure, but that didn't improve things on its own.
  • Loading branch information
erikrose committed Mar 16, 2021
1 parent f5c34c0 commit f6e2cd1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- browser-tools/install-browser-tools
- checkout
- run: make -C fathom lint test
#- run: make -C fathom coveralls
- run: make -C fathom coveralls
test_python:
docker:
- image: cimg/python:3.7.9-node
Expand Down
18 changes: 9 additions & 9 deletions fathom/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion fathom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"babel-plugin-dynamic-import-node": "^2.3.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"chai": "^4.2.0",
"coveralls": "^3.0.5",
"coveralls": "^3.1.0",
"eslint": "^6.7.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
Expand Down

0 comments on commit f6e2cd1

Please sign in to comment.