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:
parent
7eb267ddcd
commit
73faa50ac3
3 changed files with 123 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue