Clean test artifacts before assessing coverage
This commit is contained in:
parent
c8be6d9362
commit
67b6d5db9f
1 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,7 @@ alias t := test
|
|||
# Run tests with coverage
|
||||
[group: 'assess']
|
||||
test-cover:
|
||||
{{ cover_cmd }} clean
|
||||
{{ cover_cmd }} --no-report -- --skip 'serial_tests::'
|
||||
{{ cover_cmd }} --no-report -- --test 'serial_tests::' --test-threads 1
|
||||
|
||||
|
|
@ -189,6 +190,8 @@ alias o := test-cover
|
|||
cover-assess: test-cover
|
||||
{{ cover_cmd }} --fail-under-regions 95 report
|
||||
|
||||
alias oa := cover-assess
|
||||
|
||||
# Run all assessments
|
||||
[script, group: 'assess']
|
||||
verify:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue