Skip to content

Commit

Permalink
[squash] coveralls covers all (even reporting and matching)
Browse files Browse the repository at this point in the history
  • Loading branch information
kralka committed Jan 26, 2024
1 parent 1dcbfd3 commit 0747832
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
pull_request:
types: [opened, synchronize, reopened]
env:
MIN_COVERAGE_REQUIRED: 70
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
jobs:
unittesting:
Expand Down Expand Up @@ -38,9 +37,6 @@ jobs:
- name: Running unit tests
run: |
coverage run --omit="tests/**/*.py" -m pytest
- name: Report code coverage
run: |
coverage report -i -m --fail-under=$MIN_COVERAGE_REQUIRED
- name: Upload results
run: |
coveralls --service=github

0 comments on commit 0747832

Please sign in to comment.