Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a testing stage to CI with coverage reports from codacy #266

Merged
merged 6 commits into from Feb 15, 2024

Conversation

seapagan
Copy link
Owner

@seapagan seapagan commented Feb 15, 2024

start automating tests with a eye to get a full test suite up and running.

This PR will only has a small set of tests and be built upon in future ones

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
@seapagan seapagan added the testing Related to Automated testing label Feb 15, 2024
@seapagan seapagan self-assigned this Feb 15, 2024
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Signed-off-by: Grant Ramsay <seapagan@gmail.com>
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 47dea281 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (47dea28) Report Missing Report Missing Report Missing
Head commit (c7a6afc) 614 110 17.92%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#266) 14 14 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codacy-production bot commented Feb 15, 2024

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 47dea281 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (47dea28) Report Missing Report Missing Report Missing
Head commit (ee348e5) 612 133 21.73%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#266) 14 14 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

You may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Signed-off-by: Grant Ramsay <seapagan@gmail.com>
@seapagan seapagan merged commit 47f2899 into main Feb 15, 2024
12 checks passed
@seapagan seapagan deleted the add_ci_test_action branch February 15, 2024 14:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Related to Automated testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant