Skip to content

Commit

Permalink
Test command line
Browse files Browse the repository at this point in the history
  • Loading branch information
Sparks29032 committed May 4, 2024
1 parent a90401a commit a04ae59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
shell: bash -l {0}
run: |
conda activate test
pdfmorph --help # Check run on command line
python -m coverage run run_tests.py # use `python -m` to search for modules within env
coverage report -m
codecov

0 comments on commit a04ae59

Please sign in to comment.