We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3fe26d commit fa1a53bCopy full SHA for fa1a53b
.github/workflows/code-check-dev.yml
@@ -44,4 +44,4 @@ jobs:
44
- run: pipx install "poetry~=2.0.0"
45
- run: poetry install --with dev
46
- run: poetry run ruff check --select I .
47
- - run: poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=45
+ # - run: poetry run pytest --cov=git_analytics --cov-report=term-missing --cov-fail-under=45
0 commit comments