Skip to content

Conversation

@miparnisari
Copy link
Contributor

Fixing an issue where PR's are not comparing against main.

@github-actions github-actions bot added the area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools) label Jan 29, 2026
with:
path: "./cache/benchmark-data.json"
key: "${{ steps.get-main-branch-sha.outputs.sha }}-${{ runner.os }}-${{ steps.system-info.outputs.cpu-model }}-go-benchmark"
key: "${{ steps.get-main-branch-sha.outputs.sha }}-${{ runner.os }}-go-benchmark"
Copy link
Contributor Author

@miparnisari miparnisari Jan 29, 2026

Choose a reason for hiding this comment

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

this was returning unknown, https://github.com/authzed/spicedb/actions/runs/21220346253/job/61055195969?pr=2805#step:7:13

which caused the cache key to not be found, therefore the comparison wasn't being done

image

@miparnisari miparnisari marked this pull request as ready for review January 29, 2026 22:06
@miparnisari miparnisari requested a review from a team as a code owner January 29, 2026 22:06
@miparnisari miparnisari enabled auto-merge January 29, 2026 22:07
@codecov
Copy link

codecov bot commented Jan 29, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.49%. Comparing base (c469516) to head (c6ee9ef).
⚠️ Report is 1 commits behind head on main.

❌ Your project status has failed because the head coverage (74.49%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2865      +/-   ##
==========================================
+ Coverage   74.46%   74.49%   +0.04%     
==========================================
  Files         484      484              
  Lines       57702    57702              
==========================================
+ Hits        42964    42982      +18     
+ Misses      11733    11720      -13     
+ Partials     3005     3000       -5     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@miparnisari miparnisari added this pull request to the merge queue Jan 29, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 29, 2026
@miparnisari miparnisari added this pull request to the merge queue Jan 29, 2026
github-merge-queue bot pushed a commit that referenced this pull request Jan 29, 2026
@miparnisari miparnisari removed this pull request from the merge queue due to the queue being cleared Jan 29, 2026
@miparnisari miparnisari merged commit 0ab9618 into main Jan 29, 2026
75 of 78 checks passed
@miparnisari miparnisari deleted the compare-benchs branch January 29, 2026 22:53
@github-actions github-actions bot locked and limited conversation to collaborators Jan 29, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area/tooling Affects the dev or user toolchain (e.g. tests, ci, build tools)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants