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 afa7734 commit ce937fbCopy full SHA for ce937fb
.coveragerc
@@ -0,0 +1,4 @@
1
+[paths]
2
+source =
3
+ src/
4
+ .tox/*/lib/*/site-packages/
.github/workflows/python-test.yml
@@ -75,7 +75,6 @@ jobs:
75
- uses: actions/download-artifact@v4
76
with:
77
pattern: coverage-data-*
78
- path: .
79
merge-multiple: true
80
- name: Install dependencies
81
run: |
0 commit comments