Skip to content

Conversation

@junkmd
Copy link
Collaborator

@junkmd junkmd commented Jun 4, 2025

Closes #840.

This PR includes two key improvements for our CI/CD pipeline:

  • Upgrading the Windows runner in GitHub Actions to windows-2022 to avoid disruptions after June 30, 2025.

  • Fixing the codecov coverage badge in the README for accurate display (see Add support for coverage #775 (comment)).

  • Make the line breaks and spacing around the codecov badges in README.md consistent with other badges.

@junkmd junkmd added this to the 1.4.12 milestone Jun 4, 2025
@junkmd junkmd added tests enhance or fix tests ci labels Jun 4, 2025
README.md Outdated
[![GitHub Repo stars](https://img.shields.io/github/stars/enthought/comtypes?style=social)](https://github.com/enthought/comtypes/stargazers) [![GitHub forks](https://img.shields.io/github/forks/enthought/comtypes?style=social)](https://github.com/enthought/comtypes/network/members) [![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![Tidelift Subscription](https://tidelift.com/badges/package/pypi/comtypes)](https://tidelift.com/subscription/pkg/pypi-comtypes?utm_source=pypi-comtypes&utm_medium=readme)
[![Coverage](https://img.shields.io/codecov/c/github/enthought/comtypes)](https://app.codecov.io/github/enthought/comtypes)
[![Tidelift Subscription](https://tidelift.com/badges/package/pypi/comtypes)](https://tidelift.com/subscription/pkg/pypi-comtypes?utm_source=pypi-comtypes&utm_medium=readme) [![Coverage](https://codecov.io/gh/enthought/comtypes/branch/main/graph/badge.svg)](https://app.codecov.io/github/enthought/comtypes/tree/main)
Copy link
Contributor

Choose a reason for hiding this comment

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

See this comment.
This is not needed.

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Good catch. Thanks.

@codecov
Copy link

codecov bot commented Jun 4, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.63%. Comparing base (ab25f02) to head (7d0abe8).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #841   +/-   ##
=======================================
  Coverage   82.63%   82.63%           
=======================================
  Files         121      121           
  Lines       11183    11183           
=======================================
  Hits         9241     9241           
  Misses       1942     1942           

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

@junkmd junkmd force-pushed the update_ci_workflow_and_readme branch from cd2fd51 to f55ccb6 Compare June 5, 2025 15:04
@junkmd junkmd changed the title CI/CD Improvements for the runner & the badge CI/CD Improvements for runners and the codecov badge. Jun 5, 2025
@junkmd junkmd force-pushed the update_ci_workflow_and_readme branch from f55ccb6 to 7d0abe8 Compare June 5, 2025 22:36
@junkmd junkmd marked this pull request as ready for review June 5, 2025 23:20
@junkmd junkmd merged commit 3123762 into enthought:main Jun 5, 2025
52 checks passed
@junkmd junkmd deleted the update_ci_workflow_and_readme branch June 5, 2025 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci tests enhance or fix tests

Projects

None yet

Development

Successfully merging this pull request may close these issues.

GitHub Actions Windows Server 2019 image will be retired on June 30

2 participants