Skip to content

Commit

Permalink
testing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelarte committed Nov 1, 2024
1 parent 0a049e8 commit c3fa86f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/.testcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@ threshold:
# The minimum total coverage project should have
total: 90

exclude:
# Exclude files or packages matching their paths
paths:
- ^examples # exclude folder `examples`

# NOTES:
# - symbol `/` in all path regexps will be replaced by current OS file path separator
# to properly work on Windows

0 comments on commit c3fa86f

Please sign in to comment.