Skip to content

Commit

Permalink
Merge pull request #1 from MartinGotelli/try-to-fix-workflow
Browse files Browse the repository at this point in the history
fix: Trying to fix the pylint workflow
  • Loading branch information
MartinGotelli authored Aug 10, 2024
2 parents 916ee74 + 8462856 commit b9515e6
Show file tree
Hide file tree
Showing 27 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ spell:
codespell

tests:
pytest tests
pytest src/pytest_matchers/tests

requirements: validate_env
@make requirements_dev
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ build-backend = "poetry.core.masonry.api"

[tool.coverage.run]
branch = true
command_line = "-m pytest tests"
command_line = "-m pytest src/pytest_matchers/tests"

[tool.coverage.report]
show_missing = true
Expand All @@ -33,7 +33,7 @@ exclude_also = ["@abstractmethod"]
output = "coverage.xml"

[tool.vulture]
paths = ["src", "tests", "vulture/whitelist.py"]
paths = ["src", "vulture/whitelist.py"]
ignore_decorators = []
ignore_names = ['pytestmark', 'cls', 'return_value', 'side_effect']
sort_by_size = true
Expand Down
2 changes: 1 addition & 1 deletion scripts/python_folders.sh
Original file line number Diff line number Diff line change
@@ -1 +1 @@
echo "src tests"
echo "src"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Empty file removed tests/utils/__init__.py
Empty file.

0 comments on commit b9515e6

Please sign in to comment.