Skip to content

Commit

Permalink
updated coverage script based on codecov requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh committed Apr 3, 2021
1 parent 4e32a26 commit a6c4919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ test:
${TEST_SCRIPT}

coverage:
${TEST_SCRIPT} -coverprofile=c.out -covermode=count
${TEST_SCRIPT} -coverprofile=coverage.out -covermode=atomic

coverage-local:
${TEST_SCRIPT} -cover
Expand Down

0 comments on commit a6c4919

Please sign in to comment.