Skip to content

Commit

Permalink
update CI for changed folder structure
Browse files Browse the repository at this point in the history
  • Loading branch information
iulusoy committed Jul 18, 2024
1 parent 3cbcf47 commit 3b385e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
FLASK_SECRET_KEY: ${{ secrets.FLASK_SECRET_KEY }}
run: |
cd src
cd src/app
python -m pytest -svv --cov=. --cov-report=xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 3b385e9

Please sign in to comment.