Skip to content

Commit

Permalink
fix coverage (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kigawas authored May 30, 2020
1 parent 4f87900 commit 1c8749a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
python -m pip install --upgrade pip
pip install poetry
poetry install
poetry run pip install pytest-cov
poetry run pip install pytest-cov coverage
- name: Lint with flake8
run: |
Expand Down
46 changes: 1 addition & 45 deletions poetry.lock

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

1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ mypy = "^0.770"
flake8 = "^3.8.2"
ipython = "^7.14.0"
pytest = "^5.4.2"
coverage = "^5.1"

[build-system]
requires = ["poetry>=0.12"]
Expand Down

0 comments on commit 1c8749a

Please sign in to comment.