You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to migrate from Travis to GitHub Actions, but I'm blocked in the coverage uploading step. Coveralls has an [official action] (https://github.com/marketplace/actions/coveralls-github-action), but they only support LCOV files, not cobertura.xml. I can specify the Coveralls repo token as a secret but it won't be available in pull requests, where they are most useful.
Can you add support for authenticating using GITHUB_REPO_TOKEN like the official action does?
The text was updated successfully, but these errors were encountered:
I'm trying to migrate from Travis to GitHub Actions, but I'm blocked in the coverage uploading step. Coveralls has an [official action] (https://github.com/marketplace/actions/coveralls-github-action), but they only support LCOV files, not cobertura.xml. I can specify the Coveralls repo token as a secret but it won't be available in pull requests, where they are most useful.
Can you add support for authenticating using GITHUB_REPO_TOKEN like the official action does?
The text was updated successfully, but these errors were encountered: