Skip to content

Commit

Permalink
Add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 16, 2024
1 parent f1ac831 commit be3a8d0
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
pip install poetry
poetry install --with dev
- name: Run tests
- name: Run tests with coverage
run: |
poetry run pytest
poetry run pytest --cov=app --cov-report=term-missing tests
continue-on-error: false

- name: Run Bandit for security analysis
Expand Down
104 changes: 103 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pytest = "^8.2.2"
pytest-flask = "^1.3.0"
bandit = "^1.7.9"
ruff = "^0.6.1"
pytest-cov = "^5.0.0"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit be3a8d0

Please sign in to comment.