Skip to content

Commit

Permalink
ci: set threshold to 0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
HashMapsData2Value committed Oct 17, 2024
1 parent b86185a commit 6902b61
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .testcoverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,19 @@ local-prefix: "github.com/algorandfoundation/hack-tui"
threshold:
# (optional; default 0)
# The minimum coverage that each file should have
file: 70
file: 0

# (optional; default 0)
# The minimum coverage that each package should have
package: 80
package: 0

# (optional; default 0)
# The minimum total coverage project should have
total: 95
total: 0

# Holds regexp rules which will exclude matched files or packages
# from coverage statistics
exclude:
# Exclude files or packages matching their paths
paths:
- api/if.go

0 comments on commit 6902b61

Please sign in to comment.