Skip to content

Commit a29b19b

Browse files
committed
chore: add dir to codecov command
1 parent a9e7074 commit a29b19b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/codecov-upload-flags.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ const pkgsWithFlag = pkgFiles.flat().map((f) => {
4141
'--gcov-executable gcov',
4242
'--sha', commitSha,
4343
'--branch', branchName,
44+
'--dir', path,
4445
'--file', report,
4546
'--flag', flag,
4647
'--dry-run',

0 commit comments

Comments
 (0)