Skip to content

Commit

Permalink
misc: Disabled branch coverage and set coveragepy to use sysmon
Browse files Browse the repository at this point in the history
  • Loading branch information
lethalbit committed Feb 8, 2025
1 parent 20a5db4 commit b88f41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion contrib/coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[run]
branch = True
branch = False

[report]
exclude_lines =
Expand Down

0 comments on commit b88f41b

Please sign in to comment.