We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a763da3 commit 2206a47Copy full SHA for 2206a47
.github/workflows/integration-tests.yml
@@ -22,7 +22,7 @@ jobs:
22
hatch run cov:integration
23
- name: Coverage
24
run: |
25
- pip install codecov
+ pip install codecov coverage[toml]
26
codecov
27
28
integration_check: # This job does nothing and is only used for the branch protection
.github/workflows/python-tests.yml
@@ -48,7 +48,7 @@ jobs:
48
run: hatch run cov:nowarn -s || hatch run cov:nowarn --lf
49
50
51
52
53
54
pre_commit:
0 commit comments