Skip to content

Commit 3537117

Browse files
author
Tim L. White
authored
Update python-package.yml
1 parent bbdeb08 commit 3537117

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
pip install -r x_robots_tag_middleware_demo/requirements_ci.txt
3030
- name: Test
3131
run: |
32-
coverage run --rcfile='./devscripts/checkers/coveragerc' --source='.' manage.py test
32+
coverage run --source='.' manage.py test
3333
coverage xml
3434
- name: codecov-umbrella
3535
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)