Skip to content

Commit a501bc5

Browse files
committed
Minor changes to test.yml
1 parent f2f64c2 commit a501bc5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -125,15 +125,15 @@ jobs:
125125
run: |
126126
python -m pip install --requirement requirements-full.txt
127127
128+
- name: List installed packages
129+
run: python -m pip freeze
130+
128131
- name: Install Harmonica in editable mode
129132
run: |
130133
# We need to install in editable mode for the HTML coverage report to
131134
# work.
132135
python -m pip install --no-deps -e .
133136
134-
- name: List installed packages
135-
run: python -m pip freeze
136-
137137
- name: Run the tests
138138
run: |
139139
if [ $RUNNER_OS == "Linux" ]; then
@@ -164,7 +164,7 @@ jobs:
164164
#
165165
# Inspired by: https://hynek.me/articles/ditch-codecov-python/
166166
coverage:
167-
name: Combine & check coverage
167+
name: test coverage is 100%
168168
if: always()
169169
needs: tests
170170
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)