Skip to content

[Feature Request]: Pull diff coverage report from CI artifact #51

@planetmarshall

Description

@planetmarshall

Feature description

Hi - thanks for providing this action!

Would you accept a PR for a feature where the coverage report for comparison is retrieved from a CI artifact instead of a storage branch?

I was thinking along the lines of something like:

- name: Produce the coverage report
   uses: insightsengineering/coverage-action@v3
   with:
     diff-branch: main
     diff-workflow: run-tests
     diff-artifact: coverage-*

Where if specified the latest run of diff-workflow for diff-branch is checked for an artifact matching coverage-* to use for comparison.

The default for diff-workflow would be the empty string in which case diff-storage is used.

Code of Conduct

  • I agree to follow this project's Code of Conduct.

Contribution Guidelines

  • I agree to follow this project's Contribution Guidelines.

Security Policy

  • I agree to follow this project's Security Policy.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions