Skip to content

Conversation

@ravikumar2026
Copy link

Description

feat: Added matching-ref API.  2155

Before submitting a PR:

  • Changes must not break binary backwards compatibility. If you are unclear on how to make the change you think is needed while maintaining backward compatibility, CONTRIBUTING.md for details.
  • Add JavaDocs and other comments explaining the behavior.
  • When adding or updating methods that fetch entities, add @link JavaDoc entries to the relevant documentation on https://docs.github.com/en/rest .
  • Add tests that cover any added or changed code. This generally requires capturing snapshot test data. See CONTRIBUTING.md for details.
  • Run mvn -D enable-ci clean install site "-Dsurefire.argLine=--add-opens java.base/java.net=ALL-UNNAMED" locally. If this command doesn't succeed, your change will not pass CI.
  • Push your changes to a branch other than main. You will create your PR from that branch.

When creating a PR:

@ravikumar2026 ravikumar2026 changed the title feat: Added matching-ref API (#2155) feat: Added matching-ref API (Issue #2155) Feb 11, 2026
@codecov
Copy link

codecov bot commented Feb 11, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.04%. Comparing base (9152b37) to head (ee0d227).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2195      +/-   ##
============================================
+ Coverage     85.03%   85.04%   +0.01%     
- Complexity     2499     2503       +4     
============================================
  Files           237      237              
  Lines          7366     7371       +5     
  Branches        388      388              
============================================
+ Hits           6264     6269       +5     
  Misses          871      871              
  Partials        231      231              

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

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.

[Feature request] Support matching-refs API

2 participants