diff options
author | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-07-28 18:56:54 +0200 |
---|---|---|
committer | Johannes Ranke <johannes.ranke@jrwb.de> | 2024-07-28 18:56:54 +0200 |
commit | db43ba615c9084963f743df86512bd92ac88c8af (patch) | |
tree | 490614773453228317a85f1b76008930fd4ba118 /codecov.yml | |
parent | 272b3863d1463dfaf62c6e06ea22610c0540237f (diff) |
Move coverage report from travis to github actions
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 |