Skip to content

Commit

Permalink
same issue no solution
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmloureiro committed Dec 5, 2023
1 parent fbb4b36 commit 46b1361
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 46b1361

Please sign in to comment.