From e3f734eb25ae5ef137e66418463630704512d83a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 6 Nov 2023 17:05:20 +0100 Subject: [PATCH] Configure codecov (#13) --- .github/workflows/ci.yml | 2 +- codecov.yml | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 codecov.yml 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