Drosty / truegm

Fantasy Football Tracker for my league
2 stars 0 forks source link

Test Coverage #5

Open Drosty opened 10 years ago

Drosty commented 10 years ago

Get good test coverage (around authorization)

Use coveralls to get this automated

Drosty commented 10 years ago

coveralls is showing that coverage is falling - because controllers etc are no longer valid with the tests that used to be there. Update the tests to test the actual API and model methods.

Drosty commented 9 years ago

work on the results at code climate to get the test coverage up higher. https://codeclimate.com/github/Drosty/truegm

Drosty commented 9 years ago

Want to make this a priority because going to make changes going forward. Code coverage is good