Skip to content

Commit

Permalink
Improving CI mutation check
Browse files Browse the repository at this point in the history
We only want to test for mutations on covered code (and ignoring Interfaces as they provide no value in mutation testing)
  • Loading branch information
DragonBe committed Apr 7, 2019
1 parent 1c4f084 commit 7ca6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,4 @@ jobs:

- run:
name: Execute mutation testing
command: ./vendor/bin/infection --configuration=infection.json.dist --coverage=build/logs/coverage
command: ./vendor/bin/infection --configuration=infection.json.dist --coverage=build/logs/coverage --only-covered

0 comments on commit 7ca6577

Please sign in to comment.