Skip to content

Commit 9415d70

Browse files
committed
readd codecov token and fix tox
1 parent 5439211 commit 9415d70

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ jobs:
6666

6767
- name: Coverage
6868
uses: codecov/codecov-action@v5
69+
with:
70+
token: be4e7201-27a9-4b44-a4a6-ff2903872cf1
71+
files: .tox/*/coverage.xml
72+
flags: unittests
73+
name: codecov-umbrella
74+
fail_ci_if_error: true
6975

7076

7177
deploy:

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# For more information about tox, see https://tox.readthedocs.io/en/latest/
22
[tox]
3-
envlist = py{39,310,311,312}-{linux,macos,windows}
3+
envlist = py{39,310,311,312,313}-{linux,macos,windows}
44
isolated_build=true
55

66
[gh-actions]
77
python =
8+
3.9: py39
89
3.10: py310
910
3.11: py311
1011
3.12: py312

0 commit comments

Comments
 (0)