fezfez / clover-to-html

See your coverage
MIT License
3 stars 4 forks source link

Is this project dead? #1

Open mindplay-dk opened 7 years ago

mindplay-dk commented 7 years ago

I've had no luck getting this to work.

I finally got it to install and run, but it just outputs a strange error message:

clover-to-html.bat cloverToHtml:convert coverage.xml coverage-html

  [Twig_Error_Runtime]                                                                                                                                         
  An exception has been thrown during the rendering of a template ("SplFileObject::__construct(/mnt/c/workspace/test/kodus-media/src/Controllers/DownloadCont  
  roller.php): failed to open stream: No such file or directory").                                                                                             

  [RuntimeException]                                                                                                                                      
  SplFileObject::__construct(/mnt/c/workspace/test/kodus-media/src/Controllers/DownloadController.php): failed to open stream: No such file or directory                                                                                                                                                            

DownloadController happens to be one of the classes under test - it's certainly not a template.

fezfez commented 7 years ago

As it's say in README.md this project is currently in dev... for 2 year now.

The error say that your "covered file" can not be found.

If your interested to make a PR to fix the error, this is welcome !