We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee8651 commit f896d7dCopy full SHA for f896d7d
.github/workflows/test.yml
@@ -29,9 +29,8 @@ jobs:
29
python -m pip install -e . --group test
30
31
- name: 🧪 Run Doctests and Coverage
32
- run: pytest --cov --cov-branch --cov-report=xml --doctest-modules .
33
- with:
34
- verbose: true
+ run: |
+ pytest --cov --cov-branch --cov-report=xml --doctest-modules .
35
36
- name: 📈 Upload to Codecov
37
uses: codecov/codecov-action@v5
0 commit comments