Skip to content

Commit

Permalink
Update pythonpackage.yml - Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
kavvkon committed Feb 3, 2024
1 parent 8f5ea39 commit ac7ff34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pythonpackage.yml
Expand Up @@ -34,6 +34,7 @@ jobs:
pip install pytest pytest-cov
python -m pytest --cov=. --cov-report xml
- name: Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.xml

0 comments on commit ac7ff34

Please sign in to comment.