From 970f60e0ae4598341b953935d03b9f3349eb33e0 Mon Sep 17 00:00:00 2001 From: Muhammet Alkan Date: Thu, 3 Jan 2019 15:26:22 +0400 Subject: [PATCH 1/2] add new function --- .gitignore | 2 ++ README.md | 4 ++++ awesome/__init__.py | 4 ++++ 3 files changed, 10 insertions(+) create mode 100644 README.md 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..90f3339 100644 --- a/awesome/__init__.py +++ b/awesome/__init__.py @@ -9,3 +9,7 @@ def some_other_func(): def yet_other_func(): return ":/" + + +def uncovered(): + return "NOCOV" From 8d0ceb8033d327be15e9de01ae077d34b528c649 Mon Sep 17 00:00:00 2001 From: Muhammet Alkan Date: Thu, 3 Jan 2019 15:34:41 +0400 Subject: [PATCH 2/2] add --- awesome/__init__.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/awesome/__init__.py b/awesome/__init__.py index 90f3339..645d077 100644 --- a/awesome/__init__.py +++ b/awesome/__init__.py @@ -13,3 +13,11 @@ def yet_other_func(): def uncovered(): return "NOCOV" + + +def hiamina(): + return "NOCOV" + + +def bensenin(): + return "NOCOV"