codecov / browser-extension

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

Removed jQuery usage in listener, fixes #55 #58

Open amercier opened 6 years ago

amercier commented 6 years ago

This PR fixes #55 by removing jQuery usage entirely in listener.js.

Note: I believe using jQuery is not necessary as addEventListener and postMessage are widely supported now (especially this is Chrome-only here).

amercier commented 6 years ago

I cannot make the test pass locally (even without my changes). What environment is required? I've tried with node 0.10 as in Travis CI. Any help would be appreciated.

amercier commented 5 years ago

@stevepeak Is this repo maintained?