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 test coverage report to build. #310

Open
khmarbaise opened this issue Dec 29, 2022 · 1 comment
Open

Add test coverage report to build. #310

khmarbaise opened this issue Dec 29, 2022 · 1 comment
Assignees
Labels
build Something is wrong in the build. enhancement New feature or request

Comments

@khmarbaise
Copy link
Owner

Need to think about this:

      - name: Add coverage to PR
        id: jacoco
        uses: madrapps/jacoco-report@v1.3
        with:
          paths: |
            ${{ github.workspace }}/itf-extension-maven/target/site/jacoco/jacoco.xml
          token: ${{ secrets.GITHUB_TOKEN }}
          debug-mode: true
@khmarbaise khmarbaise added enhancement New feature or request build Something is wrong in the build. labels Dec 29, 2022
@khmarbaise khmarbaise added this to the 0.12.0 milestone Dec 29, 2022
@khmarbaise khmarbaise self-assigned this Dec 29, 2022
@GiuseppeMP
Copy link

GiuseppeMP commented Aug 28, 2023

@khmarbaise Hey, nice maven plugin!

BTW, how can we implement or help with this issue?

Idk if it's related to:

It would be awesome to have coverage of integration tests like this: jacoco + failsafe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build Something is wrong in the build. enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants