Skip to content

Commit

Permalink
test: adjust codecov thresholds to 0.5%
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert27 committed Jan 16, 2025
1 parent 6d8c508 commit 9878d78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .commitlintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"perf",
"refactor",
"revert",
"style"
"style",
"test"
]
]
}
Expand Down
6 changes: 3 additions & 3 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ coverage:
project:
default:
target: auto
threshold: 0%
threshold: 0.5%
base: auto
paths:
- 'src'
patch:
default:
target: auto
threshold: 0%
threshold: 0.5%
base: auto
paths:
- 'src'
comment:
layout: ' diff, flags, files'
layout: 'diff, flags, files'
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
Expand Down

0 comments on commit 9878d78

Please sign in to comment.