Skip to content

Enhance and harden CI/CD workflows - #25

Merged
das-Abroxas merged 11 commits into
mainfrom
refactor/ci-cd-workflows
Jul 20, 2026
Merged

Enhance and harden CI/CD workflows#25
das-Abroxas merged 11 commits into
mainfrom
refactor/ci-cd-workflows

Conversation

@das-Abroxas

Copy link
Copy Markdown
Contributor

These changes strengthens automated validation across the workspace and makes crate releases safer and more predictable. Adds dependency and license policy checks while standardizing Rust tooling and coverage configuration.

Changes

  • Added CI jobs for tests, formatting, Clippy, cargo-deny, and GitHub Actions linting
  • Improved release validation for SemVer tags, main-branch ancestry, and package versions
  • Added package, dry-run, and retry-safe publishing checks for pithos_lib and pithos
  • Standardized Rust 1.88 as the workspace minimum supported version
  • Added cargo-deny configuration and Apache/MIT license files
  • Updated Codecov thresholds and coverage generation
  • Renamed the CI workflow file to ci.yaml
  • Fixed Clippy/actionlint warnings

@das-Abroxas das-Abroxas self-assigned this Jul 17, 2026
@das-Abroxas das-Abroxas added the enhancement New feature or request label Jul 17, 2026
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 69.07%. Comparing base (f9264e1) to head (caaf99b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   69.07%   69.07%           
=======================================
  Files          17       17           
  Lines        2985     2985           
=======================================
  Hits         2062     2062           
  Misses        923      923           

☔ View full report in Codecov by Harness.
📢 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.

@greatfireball greatfireball left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@das-Abroxas
das-Abroxas merged commit 218c888 into main Jul 20, 2026
13 checks passed
@das-Abroxas
das-Abroxas deleted the refactor/ci-cd-workflows branch July 20, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants