Skip to content

Fix for issue #2 #3

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 5 commits into from
Sep 10, 2015
Merged

Fix for issue #2 #3

merged 5 commits into from
Sep 10, 2015

Conversation

pnerg
Copy link
Contributor

@pnerg pnerg commented Sep 10, 2015

Pull request to fix issue #2

I've done some modifications to the example settings in order to make it work.
Primarily it's the build.sbt file as the settings for coverage plugin were renamed starting from v1.x.
Also I believe the setting instrumentSettings should be removed.

I've also bumbed the sbt version to a later one, not sure if that really was necessary but I use that version and it works for me...:)

The .travis.yml and the README.md has been updated to reflect the settings needed.
Seems they renamed scoverage:test to be coverage test.
At least that's how they document the plugin.

Unfortunately I can't test this fully since travis-ci won't pick up my fork but it should work as the settings are pretty much the same as my working project. Apart from me using a newer version of Scala.

The .gitignore is a bonus...:) I'm too lazy to keep manually adding all files I want to commit so I added a "default" Scala .gitignore

bumbed sbt.version -> 0.13.7
added correct prefixes to the coverage plugin settings

corrected the coverage plugin config attribute names
corrected the travis-ci settings to use codecov
corrected the example .travis.yml settings
stevepeak pushed a commit that referenced this pull request Sep 10, 2015
@stevepeak stevepeak merged commit 7ec82eb into codecov:master Sep 10, 2015
@stevepeak
Copy link
Contributor

We are moving towards our python uploader (its basically the same as the Bash, but some customers don't liking checking in the bash file in to their config). Both uploaders are supported, just a preference.

Thank you for the RP @pnerg I appreciate your help on fixing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants