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

TD: Streamline coverage reports #86

Open
Tracked by #119
zFernand0 opened this issue Feb 5, 2024 · 1 comment
Open
Tracked by #119

TD: Streamline coverage reports #86

zFernand0 opened this issue Feb 5, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have Technical-Debt

Comments

@zFernand0
Copy link
Member

Is your feature or enhancement request related to a problem or limitation? Please describe

We used to have coverage reports for the CICS CLI plug-in

Describe your enhancement idea

We should split the coverage results, that way the coverage config can be implemented like this:

 "zowe/cics-for-zowe-client#main":
    unit:
      junit-artifact: main.yml/cics-cli/unit
      lcov-artifact: main.yml/cics-cli/unit/coverage
    unit-sdk:
      junit-artifact: main.yml/cics-sdk/unit
      lcov-artifact: main.yml/cics-sdk/unit/coverage
    unit-vsce:
      junit-artifact: main.yml/cics-vsce/unit
      lcov-artifact: main.yml/cics-vsce/unit/coverage

Describe alternatives you've considered

Manually providing coverage information to requesters

Provide any additional context

For more details, see the coverage-config.yaml in the standalone repository.

@zFernand0 zFernand0 added enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have Technical-Debt labels Feb 5, 2024
@zowe-robot zowe-robot moved this from New Issues to Low Priority in Zowe Explorer for VS Code Feb 5, 2024
Copy link

github-actions bot commented Feb 5, 2024

Thank you for raising this enhancement request.
The community has 90 days to vote on it.
If the enhancement receives at least 5 upvotes, it is added to our development backlog.
If it receives fewer votes, the issue is closed.

@zFernand0 zFernand0 self-assigned this Mar 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority-low Legit issue but cosmetic or nice-to-have Technical-Debt
Projects
Status: Low Priority
Development

No branches or pull requests

1 participant