Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GitHub action for generating code coverage reports #1424

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

marc-vanderwal
Copy link
Contributor

Purpose

This PR enables code coverage metrics in Zonemaster-Engine.

Context

Discussions during latest face-to-face meeting.

Changes

  • Factor out CI steps for installing package in its separate action for easier reuse
  • Add action for generating coverage report

How to test this PR

Ensure both GitHub actions (CI and coverage) run to completion. Ensure coverage reports are accessible.

The steps required for installing the package can be factored out in a
composite action defined as such, so that the main ci.yml file remains
legible. We might also want to reuse those steps later in a different
file, for measuring code coverage in a different action.
@marc-vanderwal marc-vanderwal force-pushed the ci-code-coverage branch 4 times, most recently from db35d3b to f3539bf Compare January 29, 2025 09:47
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.

1 participant