Describe the bug
The Codecov badge in the README.md shows an "unknown" status instead of the test coverage percentage.
Root cause
The Codecov badge shows an "unknown" status because the badge URL changed when we renamed the organization from quark-engine to ev-flow.
According to the Codecov website, the correct badge URL is now:
https://codecov.io/gh/ev-flow/quark-engine/graph/badge.svg
However, the URL in the README.md still points to the old organization path:
https://codecov.io/gh/quark-engine/quark-engine/branch/master/graph/badge.svg
Consequently, the badge fails to load correctly. The URL in the README.md needs to be updated to the new path.
Describe the bug
The Codecov badge in the README.md shows an "unknown" status instead of the test coverage percentage.
Root cause
The Codecov badge shows an "unknown" status because the badge URL changed when we renamed the organization from
quark-enginetoev-flow.According to the Codecov website, the correct badge URL is now:
https://codecov.io/gh/ev-flow/quark-engine/graph/badge.svgHowever, the URL in the README.md still points to the old organization path:
https://codecov.io/gh/quark-engine/quark-engine/branch/master/graph/badge.svgConsequently, the badge fails to load correctly. The URL in the README.md needs to be updated to the new path.