Skip to content

Commit

Permalink
Merge pull request #2 from demml/changes
Browse files Browse the repository at this point in the history
update codecov
  • Loading branch information
thorrester committed Apr 30, 2024
2 parents 582164c + 7a59d9a commit 45ea482
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
12 changes: 10 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,16 @@
comment: false
comment: # this is a top-level key
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]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]

ignore:
- "tests"
- "python/rusty_logger/version.py"
- "examples"
- "docs"
- "images"

coverage:
range: "70...100"
Expand Down
15 changes: 7 additions & 8 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 45ea482

Please sign in to comment.