diff --git a/.gitignore b/.gitignore index 83ed472..5b18f2e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,6 @@ .coverage .coverage +.coveralls.yaml +.coveralls.yml awesome/__pycache__ coverage.xml diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc2b79b --- /dev/null +++ b/README.md @@ -0,0 +1,4 @@ +[![Coverage Status](https://coveralls.io/repos/github/balkan/example-python/badge.svg?branch=master)](https://coveralls.io/github/balkan/example-python?branch=master):wq + + +[![Coverage Status](https://coveralls.io/repos/github/balkan/example-python/badge.svg?branch=feature2)](https://coveralls.io/github/balkan/example-python?branch=feature2) diff --git a/awesome/__init__.py b/awesome/__init__.py index 24e03af..645d077 100644 --- a/awesome/__init__.py +++ b/awesome/__init__.py @@ -9,3 +9,15 @@ def some_other_func(): def yet_other_func(): return ":/" + + +def uncovered(): + return "NOCOV" + + +def hiamina(): + return "NOCOV" + + +def bensenin(): + return "NOCOV"