Skip to content

Commit

Permalink
try pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed May 22, 2024
1 parent 2fb9b95 commit f1e159a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- name: Run tests & Coverage file
run: |
python -m venv venv
source .venv/bin/activate
source venv/bin/activate
pytest
pytest --cache-clear --cov=app app/ --cov-report=xml > pytest-coverage.txt
pytest --cache-clear --cov=app tests/ --cov-report=xml > pytest-coverage.txt
env:
DATABASE_URL: postgresql://pepe
PYTHONPATH: ./app
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ pytz
python-jose
async-firebase
pytest
mock
mock
pytest-cov

0 comments on commit f1e159a

Please sign in to comment.