We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94d6167 commit 08f259eCopy full SHA for 08f259e
.github/workflows/test.yml
@@ -46,7 +46,7 @@ jobs:
46
run: python -Im flit build --format wheel
47
48
- name: 🧪 Run tox targets for Python ${{ matrix.python }}
49
- run: tox -q --installpkg ./dist/*.whl
+ run: tox -q --installpkg ./dist/*.whl
50
51
- name: ⬆️ Upload coverage data
52
uses: actions/upload-artifact@v4
tox.ini
@@ -41,7 +41,7 @@ deps =
41
extras = testing
42
install_command = python -Im pip install -U {opts} {packages}
43
commands =
44
- python -Im coverage run testmanage.py test --deprecation all {posargs: -v 2}
+ python -Im coverage run --source=wagtail_footnotes testmanage.py test --deprecation all {posargs: -v 2}
45
[testenv:coverage-report]
0 commit comments