Skip to content

Commit

Permalink
Use correct command for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
chdemko committed Jul 7, 2022
1 parent 3cabbc4 commit c2b71c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ jobs:
wget https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
sudo dpkg -i pandoc-2.18-1-amd64.deb
python -m pip install --upgrade pip
pip install setuptools coveralls pytest .[test]
pip install setuptools coveralls .[test]
- name: Test
env:
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
run: |
coverage run --source=pandoc_beamer_block setup.py test
coverage run --source=pandoc_beamer_block -m pytest tests/
coveralls

0 comments on commit c2b71c3

Please sign in to comment.