Skip to content

Add verified_at to GHVerification#2269

Open
finlaysawyer wants to merge 2 commits into
hub4j:mainfrom
finlaysawyer:add-verified-at
Open

Add verified_at to GHVerification#2269
finlaysawyer wants to merge 2 commits into
hub4j:mainfrom
finlaysawyer:add-verified-at

Conversation

@finlaysawyer

Copy link
Copy Markdown

Description

Adds support for verified_at, which is included in the verification response for verified commits.

https://docs.github.com/en/rest/commits/commits?apiVersion=2026-03-10#get-a-commit

@codecov

codecov Bot commented May 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.30%. Comparing base (3622553) to head (7f4fa15).
⚠️ Report is 8 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #2269   +/-   ##
=========================================
  Coverage     85.30%   85.30%           
- Complexity     2553     2555    +2     
=========================================
  Files           241      241           
  Lines          7540     7542    +2     
  Branches        396      396           
=========================================
+ Hits           6432     6434    +2     
  Misses          872      872           
  Partials        236      236           

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

@finlaysawyer finlaysawyer marked this pull request as ready for review May 28, 2026 14:04
*
* @return the instant the signature was verified, or null if not available.
*/
@WithBridgeMethods(value = Date.class, adapterMethod = "instantToDate")

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.

This doesn't need bridging. It is a new getter..

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Updated

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