Description
I’m using Codecov on a Node.js project.
Until now, I was using TravisCI and everything was working perfectly.
I recently switched to CircleCI, and on push on branches, the coverage is uploaded but not processed by Codecov. On master it works fine.
This is what happens on the CI side:
==> Detecting CI Provider
Circle CI Detected
==> Configuration:
Endpoint: https://codecov.io
{ commit: '447e4bb50c43e20c298d6f54d31b7f2dc5a39479',
branch: 'system',
package: 'node-v3.5.0' }
==> Building file structure
==> Generating gcov reports (skip via --disable=gcov)
$ find /home/circleci/gladys-test/server -type f -name '*.gcno' -exec gcov {} +
==> Scanning for reports
+ /home/circleci/gladys-test/server/coverage.lcov
==> Uploading reports
Success!
View report at: https://codecov.io/github/GladysAssistant/gladys-4-playground/commit/447e4bb50c43e20c298d6f54d31b7f2dc5a39479
The coverage is uploaded with success.
But on CodeCov, all I see is:
Any idea of what can cause that?
Repository
GitHub : https://github.com/GladysAssistant/gladys-4-playground
CircleCI build: https://circleci.com/gh/GladysAssistant/gladys-4-playground/94