Skip to content

Commit

Permalink
try fix issue #325
Browse files Browse the repository at this point in the history
  • Loading branch information
kkappler committed Apr 27, 2024
1 parent 7fb1fff commit c956ab4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,18 @@ jobs:
# pytest -s -v tests/synthetic/test_fourier_coefficients.py --cov=./ --cov-report=xml --cov=aurora
pytest -s -v --cov=./ --cov-report=xml --cov=aurora
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: false

# Old codecov upload - can be deleted once new is working
# - name: "Upload coverage to Codecov"
# uses: codecov/codecov-action@v1
# with:
# fail_ci_if_error: false

- name: Build Doc
if: ${{ (github.ref == 'refs/heads/main') && (matrix.python-version == '3.8')}}
run: |
Expand Down

0 comments on commit c956ab4

Please sign in to comment.