Skip to content

Commit c88104e

Browse files
authored
Create pytest.ini
Added GitHub Actions CI Pipeline, Linting Config, and Pytest Settings - Configured .github/workflows/ci.yml for GitHub Actions. - Added .ruff.toml for linting rules with Ruff. - Added pytest.ini for consistent test and coverage reporting. - Coverage artifacts are uploaded for review.
1 parent b6ab612 commit c88104e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pytest.ini

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[pytest]
2+
addopts = --cov=app --cov-report=term-missing --cov-report=html
3+
log_cli = true
4+
log_cli_level = INFO

0 commit comments

Comments
 (0)