1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 03:57:44 +00:00

create a script for automating code coverage

This commit is contained in:
Dorian Peron 2025-03-15 00:55:37 +01:00 committed by Dorian Peron
parent 7eb267ddcd
commit 73faa50ac3
3 changed files with 123 additions and 0 deletions

View file

@ -4,3 +4,10 @@ status-level = "all"
final-status-level = "skip"
failure-output = "immediate-final"
fail-fast = false
[profile.coverage]
retries = 0
status-level = "all"
final-status-level = "skip"
failure-output = "immediate-final"
fail-fast = false