We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d6be7b commit 281058fCopy full SHA for 281058f
.razorops.yaml
@@ -8,6 +8,7 @@ tasks:
8
- run: pip3 install pytest
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
13
- codecov/upload
14
- run: |
0 commit comments