Codeception: Disable remote coverage not work

codeception.yml:

coverage:
    enabled: true
    remote: false

output:

[ErrorException]
file_get_contents(http://localhost/c3/report/clear): failed to open str
eam: HTTP request failed! HTTP/1.1 404 Not Found

About this issue

  • Original URL
  • State: closed
  • Created 11 years ago
  • Reactions: 2
  • Comments: 17 (10 by maintainers)

Commits related to this issue

Most upvoted comments

In reply to @maxgu, it’s not necessary to download c3.php if you’re just doing unit tests. Add “unit” (without quotes) to your command line options and it will just run your unit tests, bypassing the acceptance tests and therefore not trying to use c3.php.

2.1.2, same situation