Skip to content

Commit b246a78

Browse files
committed
Add coveragerc support
1 parent afa7734 commit b246a78

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.coveragerc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[paths]
2+
source =
3+
src/
4+
.tox/*/lib/*/site-packages/django_cognito_jwt/__init__.py

.github/workflows/python-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ jobs:
7575
- uses: actions/download-artifact@v4
7676
with:
7777
pattern: coverage-data-*
78-
path: .
7978
merge-multiple: true
8079
- name: Install dependencies
8180
run: |

0 commit comments

Comments
 (0)