Skip to content

Commit

Permalink
chore: change output dir for coverage.txt
Browse files Browse the repository at this point in the history
Message:  file_put_contents(/home/runner/work/CodeIgniter4/CodeIgniter4/build/coverage/text/coverage.txt): Failed to open stream: No such file or directory
Location: /home/runner/work/CodeIgniter4/CodeIgniter4/vendor/phpunit/phpunit/src/Runner/CodeCoverage.php:317

Script done.
Error: Process completed with exit code 255.
  • Loading branch information
kenjis committed Apr 7, 2024
1 parent 38d4aa7 commit 100ea8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<report>
<clover outputFile="build/logs/clover.xml"/>
<html outputDirectory="build/coverage/html" highLowerBound="80"/>
<text outputFile="build/coverage/text/coverage.txt"/>
<text outputFile="build/coverage/coverage.txt"/>
</report>
</coverage>
<extensions>
Expand Down

0 comments on commit 100ea8a

Please sign in to comment.