aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar wookie184 <[email protected]>2024-05-25 01:13:51 +0100
committerGravatar wookie184 <[email protected]>2024-05-25 01:13:51 +0100
commit1ee910020d9fc2bfe4b1df03ac6b7c85a66bd1a7 (patch)
treecb8d349b7451c148b3a00cea687c86e6ae054030
parentRemove space from command name (diff)
Use COVERAGE_CORE=sysmon when running tests in CI
-rw-r--r--.github/workflows/lint-test.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint-test.yml b/.github/workflows/lint-test.yml
index 109f0959d..312c34f79 100644
--- a/.github/workflows/lint-test.yml
+++ b/.github/workflows/lint-test.yml
@@ -53,7 +53,7 @@ jobs:
run: "ruff check --output-format=github ."
- name: Run tests and generate coverage report
- run: pytest -n auto --cov -q
+ run: COVERAGE_CORE=sysmon pytest -n auto --cov -q
# Prepare the Pull Request Payload artifact. If this fails, we
# we fail silently using the `continue-on-error` option. It's