This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Description
I've integrated codacy coverage into my existing PHP project.
The builds fail on Travis with:
3.99s$ travis_retry php composer.phar install
Loading composer repositories with package information
Installing dependencies (including require-dev) from lock file
Nothing to install or update
Generating autoload files
[RuntimeException]
Could not scan for classes inside "/home/travis/build/ottlinger/hornherzogen/vendor/codacy/coverage/src/" which does not appear to be a file nor a folder
upon build initialization.
Somehow the file structure does not seem to be valid for composer ....
https://travis-ci.org/ottlinger/hornherzogen/jobs/218432170
PHP Version
Test framework
- PhpUnit 6.x
- Composer: Composer version 1.4.1 2017-03-10 09:29:45
Operating System (Ubuntu 15.10 / MacOS 10.10 / Windows 10)
Use uname -a if on Linux.
Library Dependencies
If this is an issue that involves integration with another system, include the exact version and OS of the other system, including any intermediate drivers or APIs i.e. if you connect to a PostgreSQL database, include both the version / OS of PostgreSQL and the JDBC driver version used to connect to the database.
Expected Behavior
Please describe the expected behavior of the issue, starting from the first action.
- The builds should go through as they do locally.