Skip to content

chore: optimize ci workflow#51

Merged
haraldmaida merged 9 commits into
mainfrom
chore/optimize-ci-workflow
Jun 10, 2025
Merged

chore: optimize ci workflow#51
haraldmaida merged 9 commits into
mainfrom
chore/optimize-ci-workflow

Conversation

@haraldmaida

Copy link
Copy Markdown
Member

The CI workflow - both the local workflow using just and the GitHub workflow - do not run clippy and tests with default features. Further the GitHub workflow does not play well with branch protection.

  • Added step to justfile as well as GitHub workflow that runs the tests with default features.
  • Added step to "summerize" workflow results for branch protection
  • Optimized CI GitHub workflow to run shorter steps before running the tests

@haraldmaida haraldmaida self-assigned this Jun 10, 2025
@haraldmaida haraldmaida added the development An internal change related to development of this codebase label Jun 10, 2025
@codecov

codecov Bot commented Jun 10, 2025

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.70%. Comparing base (b398e14) to head (de16a04).
Report is 10 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #51   +/-   ##
=======================================
  Coverage   96.70%   96.70%           
=======================================
  Files          31       31           
  Lines        3425     3425           
  Branches     3425     3425           
=======================================
  Hits         3312     3312           
  Misses        109      109           
  Partials        4        4           

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@haraldmaida haraldmaida merged commit 0d1a1a7 into main Jun 10, 2025
20 checks passed
@haraldmaida haraldmaida deleted the chore/optimize-ci-workflow branch June 10, 2025 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

development An internal change related to development of this codebase

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant