mirror of
https://github.com/EChachati/SQLModel-CRUD-manager.git
synced 2026-03-13 09:41:01 +08:00
Update testing
This commit is contained in:
7
.github/workflows/testing.yml
vendored
7
.github/workflows/testing.yml
vendored
@@ -58,12 +58,7 @@ jobs:
|
||||
- name: Run tests
|
||||
run: |
|
||||
source .venv/bin/activate
|
||||
if pytest -k "non_existent_identifier_to_avoid_match" .; then
|
||||
pytest . --exitfirst
|
||||
coverage report
|
||||
else
|
||||
echo "No tests found"
|
||||
fi
|
||||
coverage run -m pytest
|
||||
#----------------------------------------------
|
||||
# save tests results
|
||||
#----------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user