codecov / browser-extension

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

Chrome Extension 1.0.6 not working with CodeCov Enterprise Edition v3.0.7 #35

Closed raphaeladam-wf closed 7 years ago

raphaeladam-wf commented 7 years ago

The Code Cov extension is not displaying coverage information when viewing diffs/files on GitHub.

Chrome Extension Version: 1.0.6 Code Cov Enterprise Edition v3.0.7

Debug Logging:

codecov.js:15 Detecting hostname github.com ["", "github.com", "bitbucket.org"]
2016-08-17 11:13:50.302 codecov.js:23 Hostname passed. Starting Codecov.
2016-08-17 11:13:50.303 codecov.js:78 Github {settings: Object} "::start" undefined
2016-08-17 11:13:50.307 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::ref" "c945aa57cd5b077f3b45b9a27e9726a1ec643e8f"
2016-08-17 11:13:50.309 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::prepare" undefined
2016-08-17 11:13:50.322 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::run" undefined
2016-08-17 11:13:50.345 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::get" "https://codecov.io"
2016-08-17 11:13:50.460 jquery-2.1.3.min.js:4 GET https://codecov.io/api/gh/[REDACTED]/[REDACTED]/commits/c945aa57cd5b077f3b45b9a27e9726a1ec643e8f?src=extension 404 (Not Found)send @ jquery-2.1.3.min.js:4ajax @ jquery-2.1.3.min.js:4window.Codecov.Codecov._get @ codecov.js:176(anonymous function) @ codecov.js:155(anonymous function) @ codecov.js:3target.(anonymous function) @ extensions::SafeBuiltins:19safeCallbackApply @ extensions::sendRequest:21handleResponse @ extensions::sendRequest:74
2016-08-17 11:13:50.461 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} [Object, "error", "Not Found"] undefined
2016-08-17 11:13:50.464 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::get" "https://codecov.[REDACTED].net"
2016-08-17 11:13:50.467 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::ajax.complete" [Object, "error"]
2016-08-17 11:13:50.711 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::process" Object {files: Object, meta: Object, totals: Object}
2016-08-17 11:13:50.714 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::overlay" undefined
2016-08-17 11:13:50.716 codecov.js:237 TypeError: Cannot read property 'files' of undefined(…)
2016-08-17 11:13:50.718 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} TypeError: Cannot read property 'files' of undefined(…) undefined
2016-08-17 11:13:50.720 codecov.js:78 Github {settings: Object, slug: "[REDACTED]/[REDACTED]", page: "blob", service: "gh", file: "lib/src/edit/cell_editor_state.dart"…} "::ajax.complete" [Object, "success"]
raphaeladam-wf commented 7 years ago

Closing: Apparently there was a known breaking change, and we need to update our Code Cov version.