Is it possible to have sum of coverage tests from PHP and Javascript Part of .travis.yml file
after_success:
- travis_retry php vendor/bin/php-coveralls -v
- COVERALLS_REPO_TOKEN=$coveralls_repo_token yarn coveralls
In this case I see only Javascript coverage. If I remove last line or change it with previous line I'll see coverage for PHP.
But I need both coverage (PHP and Javascript) in coveralls.