Skip to content

Commit

Permalink
Drop the use of coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Dec 6, 2024
1 parent c703355 commit 8b99791
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,9 @@ jobs:
- name: Test
run: |
coverage run -m zope.testrunner --test-path=src
coverage report
- name: Lint
if: matrix.python-version == '3.12'
run: |
python -m pip install -U pylint
pylint src
- name: Submit to Coveralls
uses: coverallsapp/github-action@v2
with:
parallel: true

coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: coverallsapp/github-action@v2

0 comments on commit 8b99791

Please sign in to comment.