Results 355 comments of Takatoshi Kondo

@ygj6 , I merged #833 then codecov upload is triggered. But I got the following error. https://github.com/msgpack/msgpack-c/runs/388300918#step:7:29297 I got Upload Token from https://codecov.io/gh/msgpack/msgpack-c and set `xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx` format hex value as...

Ok, I will try to regenarate. BTW, I added github secret CODECOV_TOKEN to my own repository then I push master. The coverage data successfully uploaded. https://codecov.io/gh/redboltz/msgpack-c

I regenerated the secret but got the same result. I tried some updates on my pull request #834 I got the following result. In my own repository the coverage upload...

@nobu-k , do you know something about this?

I tried hard coding CODECOV_TOKEN, then upload is successfully finished on msgpack-c repository: https://github.com/msgpack/msgpack-c/commit/9a92fd449e0ba7486a403fb43032d1058289f47d/checks?check_suite_id=399251857#step:7:461 So the problem is "How to access secret on https://github.com/msgpack/msgpack-c/ from pull requests". I'm not sure...

A workaround I just come up with is using travis-ci for codecov. codecov doesn't require token. There is the following document on codecov setting page: ## Repository Upload Token The...

https://github.community/t5/GitHub-Actions/Make-secrets-available-to-builds-of-forks/td-p/30678

https://community.codecov.io/t/whitelist-github-action-servers-to-upload-without-a-token/491/13

Here is the current conclusion. * codecov will support tokenless upload when github actions will release API. * It will be supported early this year. * Before tokenless upload is...

I don't know much about Coveralls but it is worth trying. I just glanced the page https://github.com/marketplace/actions/coveralls-github-action, GITHUB_TOKEN seems to be required. I need filtering target functionality as #834 The...