From e877932b39166e64de52fb67d4651740cc95f2fe Mon Sep 17 00:00:00 2001 From: Sascha Dobbelaere Date: Mon, 27 Nov 2023 21:03:15 +0000 Subject: [PATCH] add codecov --- .github/workflows/codecov.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/codecov.yaml diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml new file mode 100644 index 0000000..e420c7d --- /dev/null +++ b/.github/workflows/codecov.yaml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}