You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2018. It is now read-only.
Hi,
I've got an issue with ocular and scrutinizer-ci.
Following this documentation https://scrutinizer-ci.com/docs/tools/external-code-coverage/#php
I tried to upload a simple code coverage into a private scrutinizer repository, I follow all the documentation steps :
I Updated the scrutinizer configuration (from scrutinizer-ci.com)
#!/usr/bin/env php
Uploading code coverage for repository "b/snieditions/test" and revision "867595d41dfc747af619ec0085213d4c86b77dd8"... Done
(I executed all these command manually in my terminal and at the root directory of my project)
The command is telling me the job is done without any erros, but I did not manage to find my coverage in the scrutinizer interface. I don't think there is a big problem, I probably just miss a little thing but I don't know what. or maybe I don't look at place.
Thank you for your help,
The text was updated successfully, but these errors were encountered:
Hi,
if you still didn't succeeded to find it, here is the answer how to reach.
The coverage is under Inspections, click on any version you want, then click Code, there you will see Coverage changes. But actually all files have an option to show Code coverage as a filter
Hi,
I've got an issue with ocular and scrutinizer-ci.
Following this documentation https://scrutinizer-ci.com/docs/tools/external-code-coverage/#php
I tried to upload a simple code coverage into a private scrutinizer repository, I follow all the documentation steps :
I created the access token in order to execute the upload. (with full access)
I execute my tests :
vendor/bin/phpunit --coverage-clover=coverage.clover
Which gives me a coverage.clover file at the root directory of my projetwget https://scrutinizer-ci.com/ocular.phar
And finaly,
5) Execute the following command with the created access-token :
The command result is :
(I executed all these command manually in my terminal and at the root directory of my project)
The command is telling me the job is done without any erros, but I did not manage to find my coverage in the scrutinizer interface. I don't think there is a big problem, I probably just miss a little thing but I don't know what. or maybe I don't look at place.
Thank you for your help,
The text was updated successfully, but these errors were encountered: