Skip to content

Commit

Permalink
ci: going gh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gunther Klessinger committed Oct 4, 2023
1 parent 66b6cd0 commit 831c413
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,12 @@ jobs:
# You can test your matrix by printing the current Python version
- name: Display Python version
run: python -c "import sys; print(sys.version)"

- name: Install Deps
run: pip install pytest pygments markdown coveralls
- name: Install mdv
run: pip install -e .
- name: Test
run: coverage run --include="mdv/markdownviewer.py" setup.py test
- name: Report
run: coverage report

0 comments on commit 831c413

Please sign in to comment.