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

ci: Added code coverage tool #29

Merged
merged 4 commits into from
Aug 13, 2023
Merged

ci: Added code coverage tool #29

merged 4 commits into from
Aug 13, 2023

Conversation

Isawan
Copy link
Owner

@Isawan Isawan commented Aug 13, 2023

Refactored the unit and integration tests for quick wins to bring the code coverage up.

@Isawan Isawan force-pushed the ci-cache branch 2 times, most recently from a98002c to 7f543e3 Compare August 13, 2023 01:42
@Isawan Isawan enabled auto-merge August 13, 2023 01:43
@Isawan Isawan force-pushed the ci-cache branch 4 times, most recently from fe19e71 to 3f8fe2d Compare August 13, 2023 02:28
@Isawan Isawan disabled auto-merge August 13, 2023 02:28
@Isawan Isawan force-pushed the ci-cache branch 12 times, most recently from f5281b6 to 6df29cf Compare August 13, 2023 17:43
Refactored the unit and integration tests for quick wins to bring the
code coverage up.
Also reworked the CI to run more in parallel
@github-actions
Copy link

LCOV of commit 49a3167 during Rust #143

Summary coverage rate:
  lines......: 79.8% (813 of 1019 lines)
  functions..: 25.7% (191 of 742 functions)
  branches...: no data found

Files changed coverage rate: n/a

The lcov tool seems to generate function coverage inaccurately. Going to
try the cobertura tool.
@github-actions
Copy link

LCOV of commit d85c831 during Rust #147

Summary coverage rate:
  lines......: 79.6% (811 of 1019 lines)
  functions..: 25.6% (190 of 742 functions)
  branches...: no data found

Files changed coverage rate: n/a

@codecov-commenter
Copy link

Codecov Report

❗ No coverage uploaded for pull request base (main@97d57e4). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head ba93f3a differs from pull request most recent head 7bba95b. Consider uploading reports for the commit 7bba95b to get more accurate results

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #29   +/-   ##
=======================================
  Coverage        ?   79.78%           
=======================================
  Files           ?       19           
  Lines           ?     1019           
  Branches        ?        0           
=======================================
  Hits            ?      813           
  Misses          ?      206           
  Partials        ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Isawan Isawan enabled auto-merge August 13, 2023 20:51
@Isawan Isawan merged commit f89e133 into main Aug 13, 2023
6 checks passed
@Isawan Isawan deleted the ci-cache branch August 13, 2023 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants