Skip to content

Commit

Permalink
Configure codecov to ignore tests folder
Browse files Browse the repository at this point in the history
  • Loading branch information
maxrjones committed Dec 20, 2024
1 parent 7a35bd4 commit 9e31a9f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
coverage:
status:
project:
default:
target: 100
threshold: 0.1
patch:
default:
target: 100
comment:
layout: "diff, files"
behavior: default
require_changes: true # if true: only post the comment if coverage changes
branches: # branch names that can post comment
- "main"
ignore:
- "virtualizarr/tests" # ignore folders and all its contents

0 comments on commit 9e31a9f

Please sign in to comment.