|
I add the option to link to my coverall result. ("--link=coveralls"). |
Answered by
fletort
May 2, 2024
Replies: 1 comment 3 replies
|
Ok...i undestand on my side |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes this was the problem.
I was only sending my coverage report to coveralls on Pull_request... so build id matching the commit was not avaialble on coveralls side. By adding this job also on push event, all is ok now. (as indicated by coveralls documentation......)