Skip to content

Commit

Permalink
Migrate CI to use the official Coveralls action
Browse files Browse the repository at this point in the history
  • Loading branch information
kurtmckee committed Sep 19, 2024
1 parent ab32896 commit 1fbbe8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
python3 -m coverage erase
python3 -m coverage run -m pytest
python3 -m coverage report
python3 -m coverage xml
- name: Coveralls
if: matrix.os == 'ubuntu-latest'
uses: AndreMiras/coveralls-python-action@develop
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Expand Down
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Unreleased changes
* Remove Python 2 conditional code
* Migrate a `src/` layout.
* Support only Python 3.9 and higher
* Migrate CI to use the official Coveralls action

2.1.1 (September 2024)
======================
Expand Down

0 comments on commit 1fbbe8a

Please sign in to comment.