-
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request