Skip to content

Test codecov.io integration #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Covered failure
  • Loading branch information
blueyed committed Oct 5, 2015
commit 5745808eb9706b8b58f110b0f705f646df33a236
3 changes: 3 additions & 0 deletions awesome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ def test():

def not_covered():
return "test"

def covered_failure():
return "failure"
3 changes: 3 additions & 0 deletions tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ def test_add(self):
def test_new(self):
self.assertEqual(awesome.test(), "test")

def test_failure(self):
self.assertEqual(awesome.covered_failure(), "success")


if __name__ == '__main__':
unittest.main()
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy