Skip to content

Commit

Permalink
added coverage status to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
benranderson committed Aug 17, 2017
2 parents 02aaaf5 + 35c9ff4 commit 5be0606
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Web application for creating bespoke running training plans based on your race d
Hosted at <https://training-plan-br.herokuapp.com>.

[![Build Status][travis-image]][travis-url]
[![Build Status][coveralls-image]][coveralls-url]
[![Coverage Status][coveralls-image]][coveralls-url]

## Development setup (UNIX)

Expand Down Expand Up @@ -60,5 +60,7 @@ Ben Randerson – ben.m.randerson@gmail.com
<!-- Markdown link & img dfn's -->
[travis-image]: https://www.travis-ci.org/benranderson/training-plan.svg?branch=master
[travis-url]: https://www.travis-ci.org/benranderson/training-plan
[coveralls-image]: https://www.travis-ci.org/benranderson/training-plan.svg?branch=master
[coveralls-url]: https://www.travis-ci.org/benranderson/training-plan
[coveralls-image]:
https://coveralls.io/repos/github/benranderson/training-plan/badge.svg?branch=master
[coveralls-url]:
https://coveralls.io/github/benranderson/training-plan?branch=master
7 changes: 2 additions & 5 deletions app/main/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,7 @@ def calculate_duration(self):

class Workout:
'''
@property
duration
add_set
Represents a workout session
'''

def __init__(self, date, description):
Expand Down Expand Up @@ -467,7 +464,7 @@ def advanced_plan(self, days):

def get_plan(event):
'''
The factory method
Plan factory method
'''

# Retrieve event information
Expand Down

0 comments on commit 5be0606

Please sign in to comment.