Skip to content

Commit

Permalink
upgrade coveralls in ci (#2069)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkonie committed Feb 13, 2025
1 parent e1365fb commit bac23f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ jobs:
run: make black arg=--check
if: ${{ matrix.python-version == '3.11' }}
- name: Report coverage with Coveralls
uses: coverallsapp/github-action@master
uses: coverallsapp/github-action@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: './coverage.lcov'
fail-on-error: false
if: ${{ matrix.python-version == '3.11' }}
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ Changed
- Upgrade minimum supported iRODS version to v4.3.3 (#1815, #2007)
- Use constants for timeline event status types (#2010)
- Squash migrations (#1967)
- Upgrade to ``coverallsapp/github-action@v2`` in CI (#2069)
- **Irodsbackend**
- Rename ``LocalAuthAPIView`` to ``BasicAuthView`` (#1999)
- Change ``BasicAuthView`` request to ``GET`` (#1999)
Expand Down

0 comments on commit bac23f7

Please sign in to comment.