Skip to content

Commit ed439c3

Browse files
Update .razorops.yaml
1 parent 281058f commit ed439c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.razorops.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tasks:
99
- run: pip3 freeze --local > requirements.txt
1010
- run: pip3 install pytest-cov
1111
- run: pytest --cov app/
12-
- run: pytest --cov app/ --cov-report=xml:test-coverage.xml
12+
- run: pytest --cov app/ --cov-report=html:test-coverage.html
1313
- codecov/upload
1414
- run: |
1515
curl -Os https://uploader.codecov.io/latest/linux/codecov

0 commit comments

Comments
 (0)