Skip to content

Commit

Permalink
Fix acceprable (for Go 1.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Feb 14, 2024
1 parent faa6ab0 commit 1732092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .octocov.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
coverage:
if: true
acceptable: current >= 60%
acceptable: current >= 40%
codeToTestRatio:
code:
- '**/*.go'
Expand Down
2 changes: 1 addition & 1 deletion testdata/octocov_parallel_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repository: k1LoW/octocov/parallel
coverage:
acceptable: current >= 60%
acceptable: current >= 40%
paths:
- ../coverage_coverage.out
- ../coverage_ratio.out
Expand Down

0 comments on commit 1732092

Please sign in to comment.