Skip to content

travis: submit coverage to coveralls #589

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

Merged
merged 2 commits into from
May 10, 2017
Merged

travis: submit coverage to coveralls #589

merged 2 commits into from
May 10, 2017

Conversation

julienschmidt
Copy link
Member

@julienschmidt julienschmidt commented May 10, 2017

Description

This adds support for coveralls.io, a site to track test coverage.
It reveals what we all feared already: our test coverage is quite low.
Our code tries to handle many edge cases for a variety of configurations, which makes it quite hard to test properly with Travis CI. Our goal should nonetheless be to greatly improve our test coverage. This external service will assist and remind us.

An overview for this repo is available here: https://coveralls.io/github/go-sql-driver/mysql

Checklist

  • Code compiles correctly
  • Created tests which fail without the change (if possible)
  • All tests passing
  • Extended the README / documentation, if necessary
  • Added myself / the copyright holder to the AUTHORS file

@julienschmidt julienschmidt added this to the v1.4 milestone May 10, 2017
@coveralls
Copy link

coveralls commented May 10, 2017

Coverage Status

Changes Unknown when pulling 781f2dc on cover into ** on master**.

@julienschmidt julienschmidt merged commit e5cc7f3 into master May 10, 2017
@julienschmidt julienschmidt deleted the cover branch May 10, 2017 10:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants