Skip to content

chore: validate if published in CI#93

Merged
nyurik merged 6 commits intomainfrom
release-prep
Jun 4, 2025
Merged

chore: validate if published in CI#93
nyurik merged 6 commits intomainfrom
release-prep

Conversation

@nyurik
Copy link
Owner

@nyurik nyurik commented Jun 4, 2025

No description provided.

Copilot AI review requested due to automatic review settings June 4, 2025 06:00
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 adjusts the CI workflow to always run the crate-published check instead of limiting it to release events.

  • Removed the if: github.event_name == 'release' guard on the publish check
  • Simplified the step name for the publish validation
Comments suppressed due to low confidence (1)

.github/workflows/ci.yml:26

  • The if: github.event_name == 'release' condition was removed, so this step now runs on every CI event and may fail for non-release builds; consider re-adding a condition to restrict it to release or main branch runs.
-      - name: Ensure this crate has not yet been published

@codecov
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.13%. Comparing base (f23065d) to head (8b3a09b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #93   +/-   ##
=======================================
  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 92c4767 into main Jun 4, 2025
14 checks passed
@nyurik nyurik deleted the release-prep branch June 4, 2025 07:51
@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