Skip to content

Commit

Permalink
Merge pull request #302 from chkware/chore/maintenance-24jun-02
Browse files Browse the repository at this point in the history
chore: add pytest-cov coverage-lcov pakages
  • Loading branch information
0hsn authored Jun 1, 2024
2 parents dd0b086 + 6f7fbbe commit 8c32a3a
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'pip'

- name: Install dependencies
run: pip install -r requirements-dev.txt && pip install -U pytest-cov coverage-lcov
run: pip install -r requirements-dev.txt

- name: Run tests
run: python -m pytest --cov=./chk --cov-report xml && coverage-lcov
Expand Down
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ black = {extras = ["d"], version = "*"}
var-dump = "*"
types-pyyaml = "*"
types-requests = "*"
pytest-cov = "*"
coverage-lcov = "*"

[requires]
python_version = "3.11"
88 changes: 87 additions & 1 deletion Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ astroid==3.2.2; python_full_version >= '3.8.0'
attrs==23.2.0; python_version >= '3.7'
black[d]==24.4.2; python_version >= '3.8'
click==8.1.7; python_version >= '3.7'
coverage[toml]==7.5.3; python_version >= '3.8'
coverage-lcov==0.2.5; python_full_version >= '3.6.3' and python_full_version < '4.0.0'
dill==0.3.8; python_version >= '3.11'
flake8==7.0.0; python_full_version >= '3.8.1'
frozenlist==1.4.1; python_version >= '3.8'
Expand All @@ -23,9 +25,11 @@ pycodestyle==2.11.1; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pylint==3.2.2; python_full_version >= '3.8.0'
pytest==8.2.1; python_version >= '3.8'
pytest-cov==5.0.0; python_version >= '3.8'
tomlkit==0.12.5; python_version >= '3.7'
types-pyyaml==6.0.12.20240311; python_version >= '3.8'
types-requests==2.32.0.20240523; python_version >= '3.8'
types-toml==0.1.5
typing-extensions==4.12.0; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
var-dump==1.2
Expand Down

0 comments on commit 8c32a3a

Please sign in to comment.