Skip to content

Commit

Permalink
removed coveralls from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andgineer committed May 1, 2024
1 parent 5720149 commit 321f54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ jobs:
name: python-coverage-comment-action
path: python-coverage-comment-action.txt

- name: Upload coverage data to coveralls.io
if: ${{ matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
uses: coverallsapp/github-action@v2
# - name: Upload coverage data to coveralls.io
# if: ${{ matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
# uses: coverallsapp/github-action@v2

- name: Upload Coverage to Codecov
if: ${{ matrix.python-version == env.PRIMARY_PYTHON_VERSION && matrix.platform == env.PRIMARY_PLATFORM }}
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,5 @@ We use [eyeD3](https://eyed3.readthedocs.io/en/latest/) to work with mp3 tags.

## Coverage report
* [Codecov](https://app.codecov.io/gh/andgineer/itunes-audiobook-from-mp3/tree/master/src%2Faudiobook_tags)
* [Coveralls](https://coveralls.io/github/andgineer/itunes-audiobook-from-mp3)

> Created with cookiecutter using [template](https://github.com/andgineer/cookiecutter-python-package)

0 comments on commit 321f54e

Please sign in to comment.