Skip to content

Commit

Permalink
Use system monitoring for faster coverage on Py3.12 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
drdavella authored Mar 8, 2024
1 parent c7a729a commit de722ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ COV_FLAGS = --cov-fail-under=94 --cov=codemodder --cov=core_codemods
XDIST_FLAGS = --numprocesses auto

test:
${PYTEST} ${COV_FLAGS} tests ${XDIST_FLAGS}
COVERAGE_CORE=sysmon ${PYTEST} ${COV_FLAGS} tests ${XDIST_FLAGS}

integration-test:
${PYTEST} integration_tests
Expand Down

0 comments on commit de722ff

Please sign in to comment.