File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments