We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 281058f commit ed439c3Copy full SHA for ed439c3
.razorops.yaml
@@ -9,7 +9,7 @@ tasks:
9
- run: pip3 freeze --local > requirements.txt
10
- run: pip3 install pytest-cov
11
- run: pytest --cov app/
12
- - run: pytest --cov app/ --cov-report=xml:test-coverage.xml
+ - run: pytest --cov app/ --cov-report=html:test-coverage.html
13
- codecov/upload
14
- run: |
15
curl -Os https://uploader.codecov.io/latest/linux/codecov
0 commit comments