DevOps
CircleCI & Codecov Integration
CircleCI and Codecov integration to track test coverage on our projects
Go to the Codecov project page
The pattern is like https://codecov.io/gh/{organization}/{repo-name}
Copy the Codecov token
Add an environment variable named CODECOV_TOKEN and paste the token as value
Add Codecov orb and its configuration to project's CircleCI config file
You can find the related information from Codecov orb documentation
Upload the coverage results after coverage job has been executed
You are done!