File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 8282 - name : Test with tox
8383 run : tox -e ${{ matrix.tox_env }}
8484 - name : Prepare artifacts
85- run : mkdir -p .coverage-data && mv .coverage .coverage-data/
85+ run : mkdir -p .coverage-data && mv .coverage.* .coverage-data/
8686 - uses : actions/upload-artifact@master
8787 with :
8888 name : coverage-data
Original file line number Diff line number Diff line change 55.postgres
66.python-version
77.tox
8- .coverage
8+ .coverage. *
99** __pycache__ **
1010* .pyc
1111/dist /
Original file line number Diff line number Diff line change @@ -27,11 +27,7 @@ deps =
2727 wt28: wagtail>=2.8,<2.9
2828
2929commands =
30- coverage erase
3130 coverage run manage.py test
32- coverage combine
33- coverage html
34- coverage report
3531
3632basepython =
3733 py36: python3.6
You can’t perform that action at this time.
0 commit comments