From 2d3891e5ad7d54ea9b6d96795bacbadbe68a4001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20=C5=9Aled=C5=BA?= Date: Mon, 6 Nov 2023 16:16:35 +0100 Subject: [PATCH] Configure codecov --- .github/workflows/ci.yml | 2 +- codecov.yml | 9 +++++++++ 2 files changed, 10 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..f19b423a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +codecov: + require_ci_to_pass: false + +comment: + layout: "header, diff, files, footer" + behavior: default + +github_checks: + annotations: false