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

Coveralls cleanup #83

Merged
merged 3 commits into from Aug 14, 2020
Merged

Coveralls cleanup #83

merged 3 commits into from Aug 14, 2020

Conversation

dwhswenson
Copy link
Owner

Coveralls has been (silently) failing since coverage 5 was released (late 2019). This brings coveralls back to our PRs (by switching from the defunct python-coveralls to coveralls) and excludes from coverage a few things that are no longer expected to be covered by tests (stuff for Python 2 and pandas < 1.1).

The things that are currently excluded should, at some point, be removed. But I see no reason to rush to break things that work for some users -- besides, we haven't officially updated to require these more recent versions; just we don't guarantee that the old versions will continue to work.

@dwhswenson dwhswenson added misc PR ci improvements to continuous integration labels Aug 13, 2020
@dwhswenson dwhswenson requested a review from sroet August 13, 2020 19:49
@dwhswenson
Copy link
Owner Author

Ready for review. With this, it looks like we still have one genuine missed line, but I feel pretty good about 99.853% coverage. And I feel much better to actually see the coverage reports in PRs.

Copy link
Collaborator

@sroet sroet left a comment

Choose a reason for hiding this comment

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

LGTM, feel free to merge

@dwhswenson dwhswenson merged commit 5f6dd58 into master Aug 14, 2020
@dwhswenson dwhswenson mentioned this pull request Sep 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci improvements to continuous integration misc PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants