Skip to content

Commit

Permalink
covered only
Browse files Browse the repository at this point in the history
  • Loading branch information
rdebleu committed May 17, 2024
1 parent 8480327 commit ce31b53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/infection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@ jobs:
- name: infection
if: ${{ !cancelled() }}
run: infection -s --only-covered --configuration=availability/condition/language/.infection.json5
run: infection -s --configuration=availability/condition/language/.infection.json5
working-directory: moodle
2 changes: 1 addition & 1 deletion .infection.json5
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
"customPath": "./vendor/bin/phpunit"
},
"initialTestsPhpOptions": "-dxdebug.mode=off -dpcov.enabled=1 -dpcov.directory=.",
"bootstrap": "./lib/phpunit/bootstrap.php"
"bootstrap": "./vendor/autoloadmoodle.php"
}

0 comments on commit ce31b53

Please sign in to comment.