diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 73cae95..8ade190 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -59,13 +59,7 @@ jobs: - name: Test with pytest run: pytest --cov=blind_2pt_cosmosis --cov-report=xml ./tests - # Uploads the code coverage results to codecov.io - - uses: actions/checkout@v4 - - uses: actions/setup-python@v4 - with: - python-version: "3.9" - # - run: pip install ".[test]" pytest-cov - # - run: pytest --cov=legacy_blinding --cov-report=xml - - uses: codecov/codecov-action@v3 + - name: Upload coverage reports to Codecov + uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file