Skip to content

ci updates#92

Merged
nyurik merged 4 commits intomainfrom
ci
Jun 3, 2025
Merged

ci updates#92
nyurik merged 4 commits intomainfrom
ci

Conversation

@nyurik
Copy link
Owner

@nyurik nyurik commented Jun 3, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 3, 2025 04:15
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the CI configuration in the justfile to better support determining a crate’s minimum supported Rust version.

  • Updated the get-msrv rule to explicitly specify the package as main_crate.
  • Modified the call to get-crate-field to include the package parameter.
Comments suppressed due to low confidence (1)

justfile:136

  • The updated get-msrv rule now explicitly passes a package parameter. Please verify that this change is consistent with how similar rules are defined elsewhere and that the parameter order and default values (if any) are handled as expected.
get-msrv package=main_crate:  (get-crate-field 'rust_version' package)

@codecov
Copy link

codecov bot commented Jun 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.13%. Comparing base (6fc31e0) to head (2f6ccff).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #92   +/-   ##
=======================================
  Coverage   85.13%   85.13%           
=======================================
  Files          13       13           
  Lines         222      222           
  Branches      222      222           
=======================================
  Hits          189      189           
  Misses          7        7           
  Partials       26       26           

☔ 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.

@nyurik nyurik merged commit f23065d into main Jun 3, 2025
14 checks passed
@nyurik nyurik deleted the ci branch June 3, 2025 07:38
@github-actions github-actions bot mentioned this pull request Jun 6, 2025
nyurik added a commit that referenced this pull request Jun 6, 2025
## 🤖 New release

* `sqlite-hashes`: 0.10.1 -> 0.10.2 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

##
[0.10.2](v0.10.1...v0.10.2)
- 2025-06-06

### Fixed

- fix justfile jq assertion
- fix justfile jq test

### Other

- set release-plz CI
([#94](#94))
- validate if published in CI
([#93](#93))
- ci updates ([#92](#92))
- more ci updates
([#91](#91))
- More rework of CI and justfiles
([#90](#90))
- update dependabot
- ci cleanup
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/release-plz/release-plz/).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Yuri Astrakhan <yuriastrakhan@gmail.com>
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.

1 participant