Marcus Tang

Results 18 comments of Marcus Tang

I've done some deeper research into this issue and it seems to have been acknowledged by the moderators at the Codecov forum in this [post](https://community.codecov.com/t/upload-issues-unable-to-locate-build-via-github-actions-api/3954). According to them, the reason...

Another alternative, if we are open to utilising other CI/CD providers, is to simply using other CI/CD providers such as [Bitrise](https://www.bitrise.io/integrations/steps/codecov) and [CircleCI](https://circleci.com/developer/orbs/orb/codecov/codecov) that have good integration with Codecov. They...

I think that is definitely a possible approach, but I feel that the demerit is that newer developers/developers unfamiliar with the CI/CD process may get confused when the CI/CD pipeline...

Unfortunately, there was no nice single place to get all the documentation, but when I researched what can the upload token be used for, these were several of the sources...

Just wanted to update on this issue, the codecov recently failed in the main repo, for RepoSense PR #1909, when master was merged into 1909-refactor-cliarguments. Check out the failed run...

Apologies, I missed that issue, thanks for bringing it up. Would it be a good idea to implement one of the above-suggested solutions? I think it would be great if...

In response to the suggestion by @LautaroJayat to move the rate limiter from a before-middleware to an after-middleware, I tried implementing changes in the rate limiting middleware as I feel...

> hi @JKFSOM, thanks for taking the time to contribute but i don't think we'll be adding this endpoint in - the `GET /admin/users` endpoint actually allows you to filter...