Skip to content

Conversation

@rainliu
Copy link
Member

@rainliu rainliu commented Dec 18, 2025

Updated badge URL to reflect the default branch.

Updated badge URL to reflect the default branch.
Copilot AI review requested due to automatic review settings December 18, 2025 15:07
@rainliu rainliu closed this Dec 18, 2025
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 updates the GitHub Actions workflow badge URL in the README.md to remove the explicit ?branch=master parameter, allowing it to automatically reflect the repository's default branch.

Key Changes:

  • Removed branch-specific parameter from the GitHub Actions badge URL

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

<img src="https://github.com/webrtc-rs/webrtc/workflows/cargo/badge.svg">
</a>
<a href="https://codecov.io/gh/webrtc-rs/webrtc">
<img src="https://codecov.io/gh/webrtc-rs/webrtc/branch/master/graph/badge.svg">
Copy link

Copilot AI Dec 18, 2025

Choose a reason for hiding this comment

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

The GitHub Actions badge URL has been updated to remove the branch parameter, but the Codecov badge on line 10 still explicitly references "branch/master". For consistency, if the default branch has changed, the Codecov badge URL should also be updated to either remove the branch reference or point to the correct default branch.

Suggested change
<img src="https://codecov.io/gh/webrtc-rs/webrtc/branch/master/graph/badge.svg">
<img src="https://codecov.io/gh/webrtc-rs/webrtc/graph/badge.svg">

Copilot uses AI. Check for mistakes.
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.

2 participants