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 5a0feca commit f3d6e09Copy full SHA for f3d6e09
.github/workflows/Tests.yaml
@@ -35,7 +35,7 @@ jobs:
35
pip install -e .[test,scripts]
36
37
- name: Run the tests
38
- run: inv coverage --args "-vvv"
+ run: inv coverage --args "--runslow --runinstalled -vvv"
39
40
- name: Upload coverage report to codecov
41
if: matrix.python == '3.12'
pyproject.toml
@@ -55,6 +55,9 @@ dev = [
55
"zimscraperlib[check]",
56
]
57
58
+[project.scripts]
59
+fix_ogvjs_dist = "zimscraperlib.fix_ogvjs_dist:run"
60
+
61
[tool.hatch.version]
62
path = "src/zimscraperlib/__about__.py"
63
0 commit comments