Skip to content

Commit

Permalink
add code coverage report in text format (following discussion 12)
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Aug 23, 2024
1 parent 1362fc1 commit 2ac354f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ jobs:

- # https://github.com/sebastianbergmann/phpunit/tree/10.5
name: PHPUnit 10
run: phpunit --testdox --do-not-cache-result tests/unit
run: phpunit --testdox --do-not-cache-result --coverage-text tests/unit

0 comments on commit 2ac354f

Please sign in to comment.