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 9691efa commit 007fd5b
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 103 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=kidash run_tests.py
poetry run coveralls --service=github
- name: Coveralls
uses: coverallsapp/github-action@f350da2c033043742f89e8c0b7b5145a1616da6d # v2.1.2
Loading

0 comments on commit 007fd5b

Please sign in to comment.