forked from z4r/python-coveralls
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previous code in repository.py got the current git branch name by doing a `check_output` call without the universal_newlines flag, so it returned a byte string. Later when the request is made to coveralls API with the branch name, the JSON encode fails with a TypeError on the byte string. I'm not sure why this isn't broken on TravisCI, but I'd guess it's related to some language/encoding env vars. Fixes z4r#56.
- Loading branch information
1 parent
af86371
commit 205342c
Showing
1 changed file
with
33 additions
and
11 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