Skip to content

Commit

Permalink
Update python-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
arteagac committed Jun 16, 2023
1 parent ade2cb1 commit c978da7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-tests.yml
Expand Up @@ -30,6 +30,8 @@ jobs:
pip install -r requirements.txt
- name: Test with pytest
run: |
python -m pytest --cov=xlogit
python -m pytest --cov-report lcov:cov.info --cov=xlogit
- name: Coveralls
uses: coverallsapp/github-action@v2
with:
file: cov.info

0 comments on commit c978da7

Please sign in to comment.