diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aba8d5bf..fc28e685 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Lint and test +name: CI on: push diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..9a899662 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,18 @@ +codecov: + require_ci_to_pass: false + +comment: + layout: "header, diff, files, footer" + behavior: default + +coverage: + status: + project: + default: + informational: true + patch: + default: + informational: true + +github_checks: + annotations: false