Skip to content

Commit

Permalink
Update coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Oct 6, 2023
1 parent 0afb6b4 commit 50650dc
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,9 @@ jobs:
run: |
pip install --no-deps .
- name: Test
shell: bash -l {0}
run: coverage run --omit pysqa/_version.py -m unittest discover tests
- name: Coverage
shell: bash -l {0}
run: |
coverage run --omit pysqa/_version.py -m unittest discover tests
coverage combine
coveralls
coverage xml
python-codacy-coverage -r coverage.xml
- name: Coveralls
uses: coverallsapp/github-action@v2

0 comments on commit 50650dc

Please sign in to comment.