Skip to content

Commit

Permalink
Don't coverall forks
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Bice committed Dec 3, 2020
1 parent 25e6dc5 commit fdc2ad5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ common_parts: &common_parts
name: Test
command: |
make cover
make coveralls
if [[ -n "$COVERALLS_TOKEN" ]]; then
make coveralls
fi
- store_artifacts:
path: coverage.html


jobs:
Expand Down

0 comments on commit fdc2ad5

Please sign in to comment.