diff --git a/README.md b/README.md index 9cca147..5f1bfe1 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,17 @@ -
+ +
-
+ + [![codecov](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace/graph/badge.svg?token=6Z8HVQW8N6)](https://codecov.io/github/VirtualPlanetaryLaboratory/vspace) +
-
+

diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c27a38f --- /dev/null +++ b/codecov.yml @@ -0,0 +1,22 @@ +codecov: + # Don't fail CI if coverage report has issues + require_ci_to_pass: no + +coverage: + status: + project: + default: + # Allow coverage to decrease + target: auto + threshold: 100% + informational: true + patch: + default: + # Don't fail on patch coverage + informational: true + +comment: + # Add comment to PR with coverage info + layout: "reach,diff,flags,tree" + behavior: default + require_changes: false