Skip to content

Commit

Permalink
Fix coverage uploading
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanlong committed May 31, 2018
1 parent 5e78a20 commit a583501
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,7 @@ jobs:
command: opam install -y ocveralls
- run:
name: Upload coverage report
command: opam config exec -- ocveralls bisect*.out --send --repo_token $COVERALLS_REPO_TOKEN --git
command: |
cd _build/default
shopt -s globstar
opam config exec -- ocveralls **/bisect*.out --send --repo_token $COVERALLS_REPO_TOKEN --git

0 comments on commit a583501

Please sign in to comment.