From f8b3ed8a2c602ffd0c60aaae91ee35afc7df68a4 Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Fri, 22 Dec 2023 16:48:52 +0000 Subject: [PATCH] Add codecov upload --- .github/workflows/testing.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 815ba1f2..d5e9b724 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -57,6 +57,11 @@ jobs: - name: Test run: pytest --cov=jobflow_remote --cov-report=xml + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} + docs: name: Build documentation runs-on: ubuntu-latest