File tree 3 files changed +13
-1
lines changed
3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 24
24
py.test -vv --cov=injector --cov-branch --cov-report html --cov-report term
25
25
if which mypy; then mypy injector ; fi
26
26
if which black; then black --check . ; fi
27
+ check-manifest
27
28
- name : Report coverage to Codecov
28
29
uses : codecov/codecov-action@v1
Original file line number Diff line number Diff line change 1
- include README.md
1
+ include *.py
2
+ include *.toml
3
+ include *.txt
4
+ include CHANGES
2
5
include COPYING
6
+ include README.md
7
+ include mypy.ini
8
+ include pytest.ini
9
+ recursive-include docs *.html
10
+ recursive-include docs *.py
11
+ recursive-include docs *.rst
12
+ recursive-include docs Makefile
Original file line number Diff line number Diff line change @@ -3,3 +3,4 @@ pytest-cov>=2.5.1
3
3
dataclasses ;python_version < "3.7"
4
4
mypy ;implementation_name == "cpython"
5
5
black ;implementation_name == "cpython"
6
+ check-manifest
You can’t perform that action at this time.
0 commit comments