From e4189e8519f60dbc89177fc7036edfdf85146c11 Mon Sep 17 00:00:00 2001 From: Jeff Rhoades <37990507+rhoadesScholar@users.noreply.github.com> Date: Wed, 14 Feb 2024 19:03:22 -0500 Subject: [PATCH] Update tests.yaml add code coverage --- .github/workflows/tests.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 285b574..6efc2cb 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -37,4 +37,9 @@ jobs: run: pytest --color=yes --cov --cov-report=xml --cov-report=term-missing - name: Coverage - uses: codecov/codecov-action@v3 \ No newline at end of file + uses: codecov/codecov-action@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v4.0.1 + env: + token: ${{ secrets.CODECOV_TOKEN }} + slug: janelia-cellmap/LeibNetz