Skip to content

Commit

Permalink
#240 Reset coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
docktermj committed Oct 2, 2024
1 parent 0813e78 commit 33aac21
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/coverage/testcoverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ local-prefix: "github.com/org/project"
threshold:
# (optional; default 0)
# The minimum coverage that each file should have
file: 0
file: 85

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

# (optional; default 0)
# The minimum total coverage project should have
total: 0
total: 85
# Holds regexp rules which will override thresholds for matched files or packages
# using their paths.
#
Expand Down

0 comments on commit 33aac21

Please sign in to comment.