Skip to content

Commit

Permalink
exclude some classes
Browse files Browse the repository at this point in the history
  • Loading branch information
brantburnett committed Dec 15, 2024
1 parent ae17bf7 commit 482e5a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ jobs:
reports: 'Snappier.Tests/TestResults/**/*.xml'
targetdir: 'artifacts/coveragereport'
reporttypes: 'Html'
classfilters: '-System.Diagnostics.*;-System.Runtime.*;-Snappier.Internal.ThrowHelper'
- name: Collect Report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 482e5a5

Please sign in to comment.