Skip to content

Fix release workflow triggering from cut-release#10

Merged
sdimitro merged 1 commit intodevelopfrom
claude/codecov-and-releases-PjWWP
Jan 29, 2026
Merged

Fix release workflow triggering from cut-release#10
sdimitro merged 1 commit intodevelopfrom
claude/codecov-and-releases-PjWWP

Conversation

@sdimitro
Copy link
Copy Markdown
Owner

Tags pushed by GitHub Actions using GITHUB_TOKEN don't trigger other workflows. Fix this by:

  • Adding workflow_call trigger to release.yml with version input
  • Having cut-release.yml directly call release.yml after creating the tag
  • Updating release.yml checkout steps to use the version input/ref
  • Adding id-token permission for PyPI trusted publishing

https://claude.ai/code/session_01EbCZH6NCwRCDVVgu68bc9L

Tags pushed by GitHub Actions using GITHUB_TOKEN don't trigger other
workflows. Fix this by:

- Adding workflow_call trigger to release.yml with version input
- Having cut-release.yml directly call release.yml after creating the tag
- Updating release.yml checkout steps to use the version input/ref
- Adding id-token permission for PyPI trusted publishing

https://claude.ai/code/session_01EbCZH6NCwRCDVVgu68bc9L
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.60%. Comparing base (813391b) to head (dcf0b4f).
⚠️ Report is 2 commits behind head on develop.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop      #10   +/-   ##
========================================
  Coverage    92.60%   92.60%           
========================================
  Files            5        5           
  Lines          757      757           
========================================
  Hits           701      701           
  Misses          56       56           

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

@sdimitro sdimitro merged commit 5b98d27 into develop Jan 29, 2026
12 checks passed
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.

3 participants