Skip to content

Commit

Permalink
ci: ensure mypy plugin coverage stats are collected
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Jul 31, 2021
1 parent f5dc60d commit d0ccb1c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
run: poetry install

- name: "Run tests"
run: poetry run coverage run --branch --source=decoy -m pytest
run: poetry run coverage run --branch --source=decoy -m pytest --mypy-same-process

- name: "Generate coverage report"
run: poetry run coverage xml
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<p>
<a title="CI Status" href="https://github.com/mcous/decoy/actions">
<img src="https://img.shields.io/github/workflow/status/mcous/decoy/Continuous%20integration/main?style=flat-square"></a>
<a title="Code Coverage" href="https://app.codecov.io/gh/mcous/decoy/"><img src="https://img.shields.io/codecov/c/github/mcous/decoy?style=flat-square"></a>
<a title="License" href="https://github.com/mcous/decoy/blob/main/LICENSE"><img src="https://img.shields.io/github/license/mcous/decoy?style=flat-square"></a>
<a title="PyPI Version"href="https://pypi.org/project/decoy/"><img src="https://img.shields.io/pypi/v/decoy?style=flat-square"></a>
<a title="Supported Python Versions" href="https://pypi.org/project/decoy/"><img src="https://img.shields.io/pypi/pyversions/decoy?style=flat-square"></a>
Expand Down

0 comments on commit d0ccb1c

Please sign in to comment.