Skip to content

Commit

Permalink
Add sayanarijit/typecov (teamniteo#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayanarijit authored and zupo committed Aug 29, 2019
1 parent 16ce397 commit f34a000
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 47 deletions.
44 changes: 0 additions & 44 deletions .mypy/type_coverage.py

This file was deleted.

2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ script:
- pipenv run coverage report --fail-under=100
- pipenv run black pyramid_heroku/ --check
- pipenv run mypy pyramid_heroku --ignore-missing-imports --linecount-report typecov
- pipenv run python .mypy/type_coverage.py 15 typecov/linecount.txt
- pipenv run typecov 15 typecov/linecount.txt
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ verify_ssl = true
name = "pypi"

[packages]
pyramid-heroku = {editable = true, path = "."}
pyramid-heroku = {editable = true,path = "."}
expandvars = "*"

[dev-packages]
Expand All @@ -17,6 +17,7 @@ docutils = "*"
structlog = "*"
black = "==18.9b0"
mypy = "*"
typecov = "*"

[requires]
python_version = "3.7"
10 changes: 9 additions & 1 deletion Pipfile.lock

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

0 comments on commit f34a000

Please sign in to comment.