diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2c2ebc7..059f8685 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,5 +34,9 @@ jobs: - name: Run tests run: | - pytest --cov-report term --cov=s2fft --cov-config=.coveragerc - codecov --token 298dc7ee-bb9f-4221-b31f-3576cc6cb702 + pytest --cov-report=xml --cov=s2fft --cov-config=.coveragerc + + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 + env: + CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} diff --git a/requirements/requirements-tests.txt b/requirements/requirements-tests.txt index df1f5de3..7188ef1a 100644 --- a/requirements/requirements-tests.txt +++ b/requirements/requirements-tests.txt @@ -1,7 +1,6 @@ # Testing pytest pytest-cov -codecov # Benchmarking for Wigner transforms so3