From b88f41b7213f560cca668883b576d56a954f3686 Mon Sep 17 00:00:00 2001 From: Aki Van Ness Date: Sat, 8 Feb 2025 08:28:44 -0800 Subject: [PATCH] misc: Disabled branch coverage and set coveragepy to use sysmon --- .github/workflows/ci.yml | 1 + contrib/coveragerc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f81a6155..9f817e46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,6 +70,7 @@ jobs: run: | echo "$HOME/.local/bin:$PATH" >> $GITHUB_PATH echo "GITHUB_WORKSPACE=\"`pwd`\"" >> $GITHUB_ENV + echo "COVERAGE_CORE=sysmon" >> $GITHUB_ENV - name: 'Install Dependencies' shell: bash diff --git a/contrib/coveragerc b/contrib/coveragerc index a6e4bd4d..42fce737 100644 --- a/contrib/coveragerc +++ b/contrib/coveragerc @@ -1,5 +1,5 @@ [run] -branch = True +branch = False [report] exclude_lines =