We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a35bd4 commit ff6bdb6Copy full SHA for ff6bdb6
.github/codecov.yml
@@ -0,0 +1,17 @@
1
+coverage:
2
+ status:
3
+ project:
4
+ default:
5
+ target: 75
6
+ threshold: 0.1
7
+ patch:
8
9
10
+comment:
11
+ layout: "diff, files"
12
+ behavior: default
13
+ require_changes: true # if true: only post the comment if coverage changes
14
+ branches: # branch names that can post comment
15
+ - "main"
16
+ignore:
17
+ - "virtualizarr/tests" # ignore folders and all its contents
.github/workflows/main.yml
@@ -58,3 +58,4 @@ jobs:
58
env_vars: OS,PYTHON
59
name: codecov-umbrella
60
fail_ci_if_error: false
61
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments