Skip to content

Commit

Permalink
coco chanel
Browse files Browse the repository at this point in the history
  • Loading branch information
feijooso committed May 22, 2024
1 parent 2fb9b95 commit d03de9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ 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
env:
Expand Down

0 comments on commit d03de9e

Please sign in to comment.