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)
Links to this issue
Commits related to this issue
- #655 Disable remote coverage not work - test — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- fixes #655 — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- fixes #655 — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- #655 Disable remote coverage not work - test (cherry picked from commit 471c896d62a425a1261c10bad664e588b6144204) — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- fixes #655 (cherry picked from commit 45cb11629099d4f407102320b30baad395b1d5c0) — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- Merge pull request #704 from tiger-seo/master fix for #655 Disable remote coverage not work (for master) — committed to Codeception/Codeception by DavertMik 11 years ago
- Merge pull request #701 from tiger-seo/1.6 fix for #655 Disable remote coverage not work (for branch 1.6) — committed to Codeception/Codeception by DavertMik 11 years ago
- Merge pull request #702 from tiger-seo/1.7 fix for #655 Disable remote coverage not work (for branch 1.7) — committed to Codeception/Codeception by DavertMik 11 years ago
- Merge pull request #703 from tiger-seo/1.8 fix for #655 Disable remote coverage not work (for branch 1.8) — committed to Codeception/Codeception by DavertMik 11 years ago
- fixes #655 — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- fixes #655 — committed to tiger-seo/Codeception by tiger-seo 11 years ago
- Merge pull request #720 from tiger-seo/1.7 fix for #655 Disable remote coverage not work (for branch 1.7) — committed to Codeception/Codeception by DavertMik 11 years ago
- Merge pull request #719 from tiger-seo/1.6 fix for #655 Disable remote coverage not work (for branch 1.6) — committed to Codeception/Codeception by DavertMik 11 years ago
- Merge pull request #725 from tiger-seo/1.8 fix for #655 Disable remote coverage not work (for branch 1.8) — committed to Codeception/Codeception by DavertMik 11 years ago
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