Skip to content

Commit 2206a47

Browse files
authored
Fix coverage upload (#1091)
1 parent a763da3 commit 2206a47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
hatch run cov:integration
2323
- name: Coverage
2424
run: |
25-
pip install codecov
25+
pip install codecov coverage[toml]
2626
codecov
2727
2828
integration_check: # This job does nothing and is only used for the branch protection

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: hatch run cov:nowarn -s || hatch run cov:nowarn --lf
4949
- name: Coverage
5050
run: |
51-
pip install codecov
51+
pip install codecov coverage[toml]
5252
codecov
5353
5454
pre_commit:

0 commit comments

Comments
 (0)