Skip to content

Commit

Permalink
Merge pull request #9 from tab/fix/codecov
Browse files Browse the repository at this point in the history
chore(codecov): Update codecov configuration
  • Loading branch information
tab authored Oct 30, 2024
2 parents a205f01 + d0e78a2 commit ab102e0
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
6 changes: 5 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
end_of_line = lf

[*.go]
tab_width = 2
indent_style = tab
25 changes: 23 additions & 2 deletions codecov.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
ignore:
- "**/mock_*.go"
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false
require_base: no

coverage:
precision: 2
round: down
range: "40...100"

status:
project:
default:
threshold: 1.0
target: 70%
patch:
default:
threshold: 1.0
target: 70%

ignore:
- "**/*_mock.go"
- "**/*_test.go"
File renamed without changes.
File renamed without changes.

0 comments on commit ab102e0

Please sign in to comment.