Skip to content

Commit

Permalink
[ci] use the right code.cov report
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuele Palazzetti committed Nov 27, 2017
1 parent edf74f8 commit 61ac229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ test:

post:
# add the coverage HTML report as CircleCI artifact
- cd "$IMPORT_PATH" && go tool cover -html=profile.cov -o $CIRCLE_ARTIFACTS/coverage.html
- cd "$IMPORT_PATH" && go tool cover -html=code.cov -o $CIRCLE_ARTIFACTS/coverage.html

0 comments on commit 61ac229

Please sign in to comment.