Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 3b41638

Browse files
authored
Merge pull request #74 from codacy/skip-coverage-pr
Skip pushing coverage in PRs when no credentials available
2 parents 61ea379 + b4e6eca commit 3b41638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ test:
99
- nvm use default
1010
- npm run test-all
1111
- chmod +x ./bin/codacy-coverage.js
12-
- cat ./coverage/lcov.info | node ./bin/codacy-coverage.js
12+
- if [ -n "$CODACY_PROJECT_TOKEN" ]; then cat ./coverage/lcov.info | node ./bin/codacy-coverage.js; fi

0 commit comments

Comments
 (0)