Skip to content

Commit

Permalink
Updating paths for Infection
Browse files Browse the repository at this point in the history
Apparently some paths were not set correctly
  • Loading branch information
DragonBe committed Dec 31, 2018
1 parent d009f74 commit aebc08e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ jobs:
command: ./vendor/bin/phpcs

# For some reason infection is not executed correctly
- run:
name: Copying the junit files to coverage for Infection to run
command: cp build/logs/logfile.xml build/logs/coverage/phpunit.junit.xml

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

0 comments on commit aebc08e

Please sign in to comment.