Skip to content

Commit

Permalink
[ci] Use coveralls action instead of Python package
Browse files Browse the repository at this point in the history
coveralls Python package is not updated since 2021 and doesn't
support Python 3.11. Use the coveralls GitHub action instead.

Signed-off-by: Jose Javier Merchante <jjmerchante@bitergia.com>
  • Loading branch information
jjmerchante committed Aug 22, 2023
1 parent ea4a8ac commit f0a656d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: |
poetry install -vvv
poetry add -D coveralls
- name: Lint with flake8
run: |
poetry run flake8
Expand All @@ -41,4 +40,5 @@ jobs:
run: |
cd tests
poetry run coverage run --source=perceval run_tests.py
poetry run coveralls --service=github
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2

0 comments on commit f0a656d

Please sign in to comment.