Skip to content

Commit

Permalink
update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkielan committed Nov 16, 2024
1 parent f0eb2b4 commit 321d20b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,4 +70,6 @@ jobs:
coverage run --source=simpleadb -m pytest -v tests
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v5
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- tests python version 3.6->3.8
- switch from python 3.8 to 3.11
- switch from python 3.11 to 3.12
- fix codecov token

### Added
- pylint and flake8 configuration files
Expand Down

0 comments on commit 321d20b

Please sign in to comment.