Skip to content

Commit

Permalink
removing coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lotif committed Nov 27, 2024
1 parent 031ef4c commit 7fe1e2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Run integration tests
run: |
source .venv/bin/activate
coverage run -m pytest florist/tests/integration
pytest florist/tests/integration
coverage xml
coverage report -m
- name: Upload python coverage to Codecov
Expand Down

0 comments on commit 7fe1e2d

Please sign in to comment.