codecov / browser-extension

Codecov Browser Extension
http://codecov.io
Apache License 2.0
214 stars 60 forks source link

fix handling of untracked files #29

Closed terite closed 8 years ago

terite commented 8 years ago

This closes #28 and gets all the tests in test/github/test_commit.js to pass.

This bug was introduced here: https://github.com/codecov/browser-extension/commit/2feb14278dc400e25cb9909579d0ad15b519a56d#diff-37dd5cc965836ba35bb55fe7ba672177R196

terite commented 8 years ago

@stevepeak this may also fix https://github.com/codecov/support/issues/188

I added the compiled .js, but none of the other artifacts if grunt build. You probably don't want random strangers updating your binary files.

stevepeak commented 8 years ago

Hey @terite thanks for the contribs, I added this in https://github.com/codecov/browser-extension/commit/b034a737553af90d9e7dba00e39ddec585ff6d02 which came about the same time of the PR ;)