mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-03 16:04:41 +01:00
use faster coverage (#5657)
* use faster coverage * chore: disable branch for faster line coverage on py312+
This commit is contained in:
parent
ebb3b9b33d
commit
bc8faa4e94
2 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
[run]
|
||||
branch = true
|
||||
#branch = true
|
||||
source =
|
||||
xonsh/
|
||||
xontrib/
|
||||
|
|
|
@ -45,6 +45,7 @@ def test(
|
|||
"""
|
||||
|
||||
if report_cov:
|
||||
$COVERAGE_CORE="sysmon"
|
||||
![pytest @(_replace_args(pytest_args, 0)) --cov --cov-report=xml --cov-report=term]
|
||||
else:
|
||||
# during CI run, some tests take longer to complete on windows
|
||||
|
|
Loading…
Add table
Reference in a new issue