Skip to content

Commit

Permalink
re-enables coveralls (with non-fatal failure)
Browse files Browse the repository at this point in the history
A coveralls outage should not break builds. This commit proceeds with
the pipeline if a coveralls request fails.
  • Loading branch information
mattoberle committed Jan 5, 2021
1 parent d964d22 commit d6c746b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ jobs:
key: v3-node12-dependencies-{{ checksum "package.json" }}
- run: npm test -- --maxWorkers=4
- run: npm run build
- run: cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js || true

test_node14:
docker:
Expand Down

0 comments on commit d6c746b

Please sign in to comment.