-
Notifications
You must be signed in to change notification settings - Fork 468
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Release 1.2.1 * Update HISTORY.rst Co-authored-by: Andrey Rakhmatullin <[email protected]> * Fix tests (#1248) * Fix tests * Fix the TestLocalTZOffset test * Setup tests for minimum deps * Run pre-commit --------- Co-authored-by: Adrián Chaves <[email protected]> * Add #1248 to History rst * .bumpversion.cfg → pyproject.toml, and have it set the release date * Undo version change to be made by bump-my-version * Update HISTORY.rst Co-authored-by: Adrián Chaves <[email protected]> * Use CODECOV_TOKEN. --------- Co-authored-by: Andrey Rakhmatullin <[email protected]> Co-authored-by: Adrián Chaves <[email protected]> Co-authored-by: Andrey Rakhmatullin <[email protected]>
- Loading branch information
1 parent
36a5634
commit 7c39594
Showing
4 changed files
with
41 additions
and
7 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,4 +47,6 @@ jobs: | |
- name: Run tests | ||
run: tox -e ${{ matrix.toxenv || 'py' }} | ||
- name: Upload coverage.xml to codecov | ||
uses: codecov/[email protected] | ||
uses: codecov/codecov-action@v5 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters