From 67b80a2b54f39b2c47ae6620e2619d857f071f7e Mon Sep 17 00:00:00 2001 From: Toni Ruottu Date: Thu, 22 Sep 2022 15:59:08 +0300 Subject: [PATCH] Setup codecov --- .github/workflows/ci.yml | 1 + codecov.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 codecov.yml diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f700bc3..412159f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,3 +22,4 @@ jobs: - name: Run Tests run: | yarn ci + npx codecov diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..1ff7a21 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + project: + default: + target: auto