joseph-sentry

Results 18 issues of joseph-sentry

This commit adds the useCwd uploader option to the action. Note: not sure why there's such big difference in the files in the dist directory)

See: https://github.com/codecov/codecov-circleci-orb/pull/174 Two different errors happen for flags with `.` and `-` in the name. For `-`: ``` [2023-10-26T18:11:27.831Z] ['error'] There was an error running the uploader: undefined is not...

The idea is that we will detect that if this action is being run from a PR and that PR is from a fork to an upstream repo then we...

### Purpose/Motivation We don't want to make GH API calls when doing tokenless anymore ### Links to relevant tickets https://github.com/codecov/engineering-team/issues/1574 Related: https://github.com/codecov/codecov-action/pull/1406 ### What does this PR do? - Remove...

it's no longer necessary for us to use the X-Tokenless header to provide tokenless information to the API, the information in the regular request bodies will suffice.

Fixes: https://github.com/codecov/engineering-team/issues/1713

I was taking a look at the JUnit XML output and I noticed that the timestamp on the testsuite element was missing a timezone specification. I looked at the code...

depends on: https://github.com/codecov/codecov-action/pull/1511 fixes: https://github.com/codecov/engineering-team/issues/2065

testing a flaky test