Skip to content

Commit 281058f

Browse files
Update .razorops.yaml
1 parent 0d6be7b commit 281058f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.razorops.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ tasks:
88
- run: pip3 install pytest
99
- run: pip3 freeze --local > requirements.txt
1010
- run: pip3 install pytest-cov
11+
- run: pytest --cov app/
1112
- run: pytest --cov app/ --cov-report=xml:test-coverage.xml
1213
- codecov/upload
1314
- run: |

0 commit comments

Comments
 (0)