We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4918b68 commit 6504d60Copy full SHA for 6504d60
.github/workflows/codecov.yml
@@ -32,7 +32,7 @@ jobs:
32
# yamllint disable rule:line-length
33
run: |
34
python -c "import os; print(os.getcwd())"
35
- python -m pytest tests/ -v --cov-report term-missing --cov=lessons --cov-report=xml
+ python -m pytest . -v --cov-report term-missing --cov=lessons --cov-report=xml
36
# yamllint enable rule:line-length
37
- name: Upload coverage to Codecov
38
uses: codecov/codecov-action@v5.5.0
pytest.ini
@@ -0,0 +1,4 @@
1
+[pytest]
2
+pythonpath = .
3
+junit_duration_report = call
4
+python_files = *.py
0 commit comments