We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a90401a commit a04ae59Copy full SHA for a04ae59
.github/workflows/main.yml
@@ -50,6 +50,7 @@ jobs:
50
shell: bash -l {0}
51
run: |
52
conda activate test
53
+ pdfmorph --help # Check run on command line
54
python -m coverage run run_tests.py # use `python -m` to search for modules within env
55
coverage report -m
56
codecov
0 commit comments