Skip to content

Commit fa1a53b

Browse files
committed
test: ignore cover tests
1 parent b3fe26d commit fa1a53b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-check-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ jobs:
4444
- run: pipx install "poetry~=2.0.0"
4545
- run: poetry install --with dev
4646
- run: poetry run ruff check --select I .
47-
- run: poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=45
47+
# - run: poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=45

0 commit comments

Comments
 (0)