-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d294035
commit d64f22f
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
d64f22f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Coverage went from 16% down to 5% after this commit.
Great flawless support 😒
d64f22f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Found out a few more details about the coverage drop:
I recall that coverage reporting wasn't working until I added this line to Travis:
export PATH=$PATH:'/Users/travis/Library/Python/2.7/bin'
Something equivalent is probably needed on the AppVeyor side.
Right now I don't have time to sort this out, so I'm just going to revert
.travis.yml
and.appveyor.yml
to their older versions for now.