Skip to content

Commit

Permalink
ci: fix ref to unit.coverprofile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcloughlin committed Jan 10, 2019
1 parent 61e2c9d commit 2caf9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/coverage
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ done
covertool merge --output integration${ext} ${coverprofiles[@]}

# Merge.
covertool merge --output all${ext} unit${ext} integration${ext}
covertool merge --output all${ext} unittests${ext} integration${ext}

0 comments on commit 2caf9a2

Please sign in to comment.