Skip to content

Commit

Permalink
add Coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
cahity authored Nov 29, 2024
1 parent 3a43aa7 commit 8123972
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ permissions:

jobs:
build:

runs-on: ubuntu-latest

steps:
Expand All @@ -31,4 +30,6 @@ jobs:
pip install -r requirements.txt
- name: Unit tests
run: |
pytest -n auto -ra
pytest -n auto -cov=vopy --cov-report=xml -ra
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 8123972

Please sign in to comment.