codecov / browser-extension

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

No coverage displayed for private repos due to 404 error #38

Closed samuelcolvin closed 7 years ago

samuelcolvin commented 7 years ago

Hi, I'm still having big problems seeing coverage in github with the chrome extension.

Coverage displays fine with firefox but with chrome I get "no coverage" and the console shows "Failed to load resource: the server responded with a status of 404 (Not Found)" when loading a link like "https://codecov.io/api/gh/tutorcruncher/TutorCruncher2/compare/c6d2f4e443d442e28e5a94a0c07edcb5685c5af8...f705b74665816f8671e5e9eadc571a9b33646dfc?src=extension". If I go to that link with the browser it loads a bunch of json fine.

This has been going on for I guess around a year. It worked for a bit and has now gone back to not working.

Things I've tried to fix this:

Chrome: Version 54.0.2840.59 (64-bit) OS: Ubuntu 16.04

samuelcolvin commented 7 years ago

:hammer: any luck on this?

samuelcolvin commented 7 years ago

Eventually fixed this, turns out it was related to having "Block third party cookies and site data" checked in chrome.

Some odd mixture of telling chrome to allow codecov.io and disabling and re-enabling that option fixed it.