Update code coverage tool to use 'Code Coverage Summary' instead of Codecov #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We were using Codecov as code coverage report platform earlier. However, when we erased the history of the repository, Codecov stopped working as it was pointing at an old commit (this commit does not belong to any repository).
I have attempted to configure Codecov to point to the correct commit, but I was not able to do so. After investigating further, seems like the best approach right now is to just ditch Codecov and use an alternative. Specifically, I found a popular tool called 'Code Coverage Summary' and it is much easier to use.
Why we should use Code Coverage Summary:
drasi-core
repository, and the report can be viewed in Github Actions (for example https://github.com/drasi-project/drasi-core/actions/runs/11262449528/attempts/1#summary-31318162846)Some tradeoffs from not using Codecov:
Overall, I think this code coverage report tool is just a lot easier to use and maintain and less error prone.
Type of change
Fixes: #issue_number