Skip to content

Commit

Permalink
Update pytset
Browse files Browse the repository at this point in the history
  • Loading branch information
jungtaekkim committed Jan 11, 2022
1 parent dce69e4 commit 80261c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pytest.yml
Expand Up @@ -22,10 +22,12 @@ jobs:
- name: Analyze the code with pytest
run: |
coverage run -m pytest tests/common/
coverage xml
coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Execute Coveralls GitHub Action
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.xml

0 comments on commit 80261c5

Please sign in to comment.