From f81fb831e5641e1ff843d4460ff2eed88a07cc4a Mon Sep 17 00:00:00 2001 From: "Adam H. Sparks" Date: Thu, 16 May 2024 12:02:14 +0800 Subject: [PATCH] Add codecov.yaml --- .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..fbeb3fd --- /dev/null +++ b/.github/workflows/codecov.yaml @@ -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