We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948da4a commit 2725c9fCopy full SHA for 2725c9f
packages/bundler-plugin-core/src/utils/getPreSignedURL.ts
@@ -50,7 +50,7 @@ export const getPreSignedURL = async ({
50
* proper tokenless upload.
51
* See: https://github.com/codecov/codecov-api/pull/741
52
*/
53
- if (!uploadToken && serviceParams.branch?.includes(":")) {
+ if (!uploadToken) {
54
if (gitService) {
55
requestBody.git_service = gitService;
56
} else {
0 commit comments