Skip to content

Commit

Permalink
Correct pytest coverage scope
Browse files Browse the repository at this point in the history
  • Loading branch information
joowani committed Feb 16, 2021
1 parent f5a966f commit 1359ae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Run mypy
run: mypy .
- name: Run pytest
run: py.test --cov=./ --cov-report=xml
run: py.test --cov=colorpedia --cov-report=xml
- name: Run color
run: |
color version
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ build-backend = "setuptools.build_meta"
omit = [
"colorpedia/cli.py",
"colorpedia/version.py",
"setup.py"
]

[tool.isort]
Expand Down

0 comments on commit 1359ae6

Please sign in to comment.