diff options
author | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-09-06 17:29:02 +0200 |
---|---|---|
committer | Ranke Johannes <johannes.ranke@agroscope.admin.ch> | 2024-09-06 17:29:02 +0200 |
commit | 7b14afbeaa779009014ee866fe5e56edd3e8681d (patch) | |
tree | 7875bfab7c9da31e1c634a7bbc2a15989cac48e3 /codecov.yml | |
parent | d34f2b003bee7eda8553c19d61ac21d2ce708f4e (diff) | |
parent | ba3eaa0d61d4980a61ebbcd105f07d21dd2aabb6 (diff) |
Merge remote-tracking branch 'refs/remotes/origin/main'
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..04c55859 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + informational: true + patch: + default: + target: auto + threshold: 1% + informational: true |