Skip to content

Commit

Permalink
There is no /home/runner dir on mac os
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Nov 25, 2023
1 parent 68f981f commit c7f83ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/step_tests-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@ jobs:
- name: Test with pytest
# We use an explicit coverage file otherwise the
# codecov action below does not find it
run: pytest --cov . --cov-report xml:/home/runner/coverage.xml
run: pytest --cov . --cov-report xml:coverage.xml

- name: Upload coverage
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true
verbose: true
files: /home/runner/coverage.xml
files: coverage.xml

0 comments on commit c7f83ca

Please sign in to comment.