Skip to content

Add README badges for cross-platform CI coverage - #4

Merged
legraina merged 2 commits into
mainfrom
copilot/add-badges-to-readme
Jun 5, 2026
Merged

Add README badges for cross-platform CI coverage#4
legraina merged 2 commits into
mainfrom
copilot/add-badges-to-readme

Conversation

Copilot AI commented Jun 5, 2026

Copy link
Copy Markdown
Contributor

The README did not clearly communicate that CI validates builds across macOS, Linux, and Windows. This update makes platform coverage visible at a glance from the repository landing page.

  • What changed

    • Added a live GitHub Actions badge for the build-and-test workflow on main.
    • Added explicit platform badges for Linux (ubuntu-latest), macOS (macos-latest), and Windows (windows-latest) to reflect matrix coverage.
  • README update (snippet)

    [![Build and test](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml/badge.svg?branch=main)](https://github.com/lab-core/dynamic-ips/actions/workflows/build-and-test.yml)
    ![Linux](https://img.shields.io/badge/Linux-ubuntu--latest-informational)
    ![macOS](https://img.shields.io/badge/macOS-macos--latest-informational)
    ![Windows](https://img.shields.io/badge/Windows-windows--latest-informational)

@legraina
legraina marked this pull request as ready for review June 5, 2026 15:56
Copilot AI review requested due to automatic review settings June 5, 2026 15:56
@legraina
legraina merged commit c7ba994 into main Jun 5, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

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 repository landing page to clearly communicate that CI validates builds/tests across Linux, macOS, and Windows by adding a GitHub Actions workflow badge plus explicit OS/platform badges.

Changes:

  • Added a GitHub Actions badge for the build-and-test.yml workflow on the main branch.
  • Added static platform badges indicating the CI matrix OS coverage (ubuntu-latest, macos-latest, windows-latest).

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

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