Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.coverage
.coverage
.coveralls.yaml
.coveralls.yml
awesome/__pycache__
coverage.xml
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
12 changes: 12 additions & 0 deletions awesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"