Skip to content

Commit

Permalink
Fixed typo when unsetting coverage env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
kvrigor committed Oct 14, 2024
1 parent 6d4aedd commit d995440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ jobs:
echo "import coverage; coverage.process_startup()" > sitecustomize.py
coverage run --module pytest -n auto --pyargs psydac -m "not parallel and not petsc"
rm sitecustomize.py
unset COVERAGE_PROCESS_STARTPYTHONPATH
unset COVERAGE_PROCESS_START PYTHONPATH
- name: Generate coverage report for Codacy
run: |
Expand Down

0 comments on commit d995440

Please sign in to comment.