Closed ronaldtse closed 3 years ago
{'message': "Couldn't find a repository matching this job.", 'error': True} Error: Process completed with exit code 1.
It looks like you did not register this repo with coveralls account. I do not have sufficients rights in metanorma organization to do it on your behalf.
cpp-coveralls is not compatible with GitHub actions since it deletes .lcov files that are required by GHA.
The easiest method to keep secret secret is:
You can see it working at maxirmx fork.
This is implemented now. Thanks @maxirmx !
@maxirmx could you please help switch from the coveralls command to the GHA action?
The difference is that the GHA coveralls action doesn’t require the repo secret, which is not to be shared.
Thanks!