forked from Rockachopa/Timmy-time-dashboard
Add pre-commit hook enforcing 30s test suite time limit (#132)
This commit is contained in:
committed by
GitHub
parent
aff3edb06a
commit
2b97da9e9c
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -29,8 +29,8 @@ jobs:
|
||||
|
||||
- name: Run tests
|
||||
run: |
|
||||
mkdir -p reports
|
||||
pytest \
|
||||
--tb=short \
|
||||
--cov=src \
|
||||
--cov-report=term-missing \
|
||||
--cov-report=xml:reports/coverage.xml \
|
||||
|
||||
Reference in New Issue
Block a user