Skip to content

Commit

Permalink
Bump to v2024.2.59
Browse files Browse the repository at this point in the history
  • Loading branch information
rmartin16 committed Feb 25, 2024
1 parent 42bb8ae commit b5ec680
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,12 @@ jobs:
name: html-coverage-report
path: ./htmlcov

- name: Upload Coverage to Codecov
if: contains(fromJson('["push", "pull_request"]'), github.event_name)
uses: codecov/codecov-action@v4.0.0
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
#- name: Upload Coverage to Codecov
# if: contains(fromJson('["push", "pull_request"]'), github.event_name)
# uses: codecov/codecov-action@v4.0.0
# with:
# fail_ci_if_error: true
# token: ${{ secrets.CODECOV_TOKEN }}

install-dev:
#######
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Change Log
==========
### v2024.2.59 (25 feb 2024)
- Allow added RSS feeds without a name/path to default to the name in the feed (#423)
- Advertise support for Python 3.13 (#349)

### v2024.1.58 (16 jan 2024)
- Advertise support for qBittorrent v4.6.3

Expand Down

0 comments on commit b5ec680

Please sign in to comment.