Skip to content
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

Simplify slather + coveralls #17

Merged
merged 3 commits into from
Jan 12, 2016
Merged

Simplify slather + coveralls #17

merged 3 commits into from
Jan 12, 2016

Conversation

dflems
Copy link
Contributor

@dflems dflems commented Jan 12, 2016

We were calling slather twice. The second time, ignore wasn't set properly, so system framework coverage data was being posted to coveralls. This PR should simplify things. If this works, we can close #11.

@dflems
Copy link
Contributor Author

dflems commented Jan 12, 2016

@jgavris @rastersize: seems to have worked ;)

@dflems
Copy link
Contributor Author

dflems commented Jan 12, 2016

Note that coverage dropped because I excluded the files in SPTDataLoaderTests/*. A more accurate number is now reflected by the coverage report.

@jgavris
Copy link
Contributor

jgavris commented Jan 12, 2016

Thanks @dflems! I'll bump the coverage limit back to 78%.

@@ -4,10 +4,5 @@ set -euo pipefail

bundle exec slather coverage \
--input-format profdata \
--cobertura-xml \
--ignore "../**/*/Xcode*" \
--output-directory slather-report \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can remove this from the .gitignore now as well?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yup. I'll delete that and test that the new limit is working.

@rastersize
Copy link
Contributor

Awesome, thanks @dflems!

@jgavris
Copy link
Contributor

jgavris commented Jan 12, 2016

👍 Ignore the coverage decrease...

dflems added a commit that referenced this pull request Jan 12, 2016
@dflems dflems merged commit f8d3bdb into master Jan 12, 2016
@dflems dflems deleted the dflems/unslather branch January 12, 2016 04:13
ChocoChipset pushed a commit to ChocoChipset/SPTDataLoader that referenced this pull request Jan 29, 2016
Remove the completed request objects
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.

None yet

3 participants