From 26a2bfd99204a805c44d3f3403e45b5bf6456b84 Mon Sep 17 00:00:00 2001 From: micheltakken Date: Tue, 4 Jun 2024 08:58:40 +0200 Subject: [PATCH] Add codecov workflow --- .github/workflows/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 0000000..fbeb3fd --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,4 @@ +- name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + with: + token: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file