File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 42
42
run : poetry install
43
43
44
44
- name : " Run tests"
45
- run : poetry run coverage run --branch --source=decoy -m pytest
45
+ run : poetry run coverage run --branch --source=decoy -m pytest --mypy-same-process
46
46
47
47
- name : " Generate coverage report"
48
48
run : poetry run coverage xml
Original file line number Diff line number Diff line change 5
5
<p>
6
6
<a title="CI Status" href="https://github.com/mcous/decoy/actions">
7
7
<img src="https://img.shields.io/github/workflow/status/mcous/decoy/Continuous%20integration/main?style=flat-square"></a>
8
+ <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>
8
9
<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>
9
10
<a title="PyPI Version"href="https://pypi.org/project/decoy/"><img src="https://img.shields.io/pypi/v/decoy?style=flat-square"></a>
10
11
<a title="Supported Python Versions" href="https://pypi.org/project/decoy/"><img src="https://img.shields.io/pypi/pyversions/decoy?style=flat-square"></a>
You can’t perform that action at this time.
0 commit comments