Skip to content

Commit

Permalink
Add codecov config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kartstig committed Sep 30, 2024
1 parent 76b9555 commit 4c4569a
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
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]

ignore:
- "venv"
- ".venv"
- "pip"

github_checks:
annotations: false

0 comments on commit 4c4569a

Please sign in to comment.