File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 38
38
- name : Install coverage tool in in-project virtualenv
39
39
run : |
40
40
pdm run python -m ensurepip
41
+ # coverage must run in the same venv as the code being tested.
41
42
pdm run python -m pip install coverage
42
43
- name : Generate coverage report
43
44
run : |
Original file line number Diff line number Diff line change 40
40
run : |
41
41
echo "TARGET_PYTHON_VERSION_FOR_PDM=${{ matrix.python-version }}" | tr - @ >> "$GITHUB_ENV"
42
42
# We need this hack at all because CI expects e.g. "pypy-3.10", whereas PDM expects "[email protected] ".
43
- # Now that we have the result, send it to an environment variable so that the next step can use it.
43
+ # We send the result into an environment variable so that the next step can use it.
44
44
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable
45
45
- name : Create in-project virtualenv and install dependencies
46
46
run : |
You can’t perform that action at this time.
0 commit comments