Closed cbleek closed 7 years ago
Yes, I can take a look at it this weekend. It is a tiny issue.
I have also fixed PHPUnit tests in https://github.com/yawik/JobsByMail/commit/9096c0307d6074b1994dcdfe3b23fe5d9e7e21b7
I noticed a minor issue related to uploading code coverage in the Travis build
$ php ocular.phar code-coverage:upload --format=php-clover test/build/logs/clover.serialized
#!/usr/bin/env php
Uploading code coverage for repository "g/yawik/JobsByMail" and revision "9096c0307d6074b1994dcdfe3b23fe5d9e7e21b7"... Failed
{"error":{"code":404,"message":"Not Found"}}
I have no idea how to fix that.
the module is working again.
I don't understand the problem with the coverage upload.
https://coveralls.io/github/yawik/JobsByMail?branch=develop
it seems, that coveralls.io was updated. I've created #4
It's probably because the ZF3 upgrade. The command gives an exception
@fedys can you take a look?