lcov-reporter-action icon indicating copy to clipboard operation
lcov-reporter-action copied to clipboard

Feature request - GHES support

Open retzero opened this issue 2 years ago • 4 comments

Hello.

Thank you for this great action!

I'd like to use this action in our GHES instance. Could you please support additional parameters so that we can use this action in our Enterprise?

Reference: https://github.com/robinraju/release-downloader/blob/a96f54c1b5f5e09e47d9504526e96febd949d4c2/action.yml#L54

Thanks

retzero avatar Oct 13 '22 01:10 retzero

Looks like this is already implemented in @actions/github and we just need to update from 1.2.0 to a recent version.

After that we should be able to use the action like this:

    - uses: romeovs/[email protected]
       env:
         GITHUB_API_URL: https://enterprice-instance/api/v3
       with:
         lcov-file: reports/lcov.info

CCFenner avatar Apr 05 '23 10:04 CCFenner

PR 64 submitted to address the issue

alluri-venkatramaraju avatar Jun 23 '23 19:06 alluri-venkatramaraju

Still not working. Is this working for anyone with the latest (v0.4.0) released version?

siriraghunatharao avatar Jul 04 '24 07:07 siriraghunatharao

Still not working. Is this working for anyone with the latest (v0.4.0) released version?

We never rebuild the project and update dist/main.js after #64 is merged. The up-to-date #68 which rebuilds the project should fix the issue. Let's wait for the maintainer to merge it.

06393993 avatar Jul 05 '24 14:07 06393993