Skip to content

Commit d65b3fc

Browse files
committed
[#41] test: pytest-cov installed
1 parent 0710ae7 commit d65b3fc

File tree

4 files changed

+92
-174
lines changed

4 files changed

+92
-174
lines changed

check.sh renamed to .github/check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ run_checks() {
2121
python -m mypy leeteasy tests
2222

2323
# Running tests:
24-
python -m pytest
24+
python -m pytest --cov
2525

2626
# Checking dependencies status:
2727
python -m pip check

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ flake8-docstrings = "*"
1919
wemake-python-styleguide = "*"
2020
flake8-pytest-style = "*"
2121
flake8-bandit = "*"
22+
pytest-cov = "*"
2223

2324
[requires]
2425
python_version = "3.8"

Pipfile.lock

Lines changed: 90 additions & 158 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)