Skip to content

Commit

Permalink
chore: adjust coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
BytePender committed Dec 30, 2024
1 parent fe3c4f0 commit 82667db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .testcoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ threshold:

# (optional; default 0)
# Minimum coverage percentage required for individual files.
file: 70
file: 20

# (optional; default 0)
# Minimum coverage percentage required for each package.
package: 70
package: 30

# Holds regexp rules which will exclude matched files or packages
# from coverage statistics.
Expand All @@ -33,6 +33,8 @@ exclude:
- "tests"
- "examples/"
- "mock/"
- "callbacks/interface.go"
- "utils/safe"

# 增量覆盖率配置
diff:
Expand Down

0 comments on commit 82667db

Please sign in to comment.