lcov-reporter-action
lcov-reporter-action copied to clipboard
Feature request - GHES support
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
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
PR 64 submitted to address the issue
Still not working. Is this working for anyone with the latest (v0.4.0) released version?
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.