Skip to content

Commit

Permalink
feat: add useCwd option
Browse files Browse the repository at this point in the history
This commit adds the useCwd uploader option to the action.

Signed-off-by: joseph-sentry <[email protected]>
  • Loading branch information
joseph-sentry committed Dec 29, 2023
1 parent bbeaa14 commit 90a6d0b
Show file tree
Hide file tree
Showing 5 changed files with 24,063 additions and 1,007 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ inputs:
slug:
description: 'Specify the slug manually (Enterprise use)'
required: false
useCwd:
description: 'Use the current working directory instead of the git root'
required: false
verbose:
description: 'Specify whether the Codecov output should be verbose'
required: false
Expand Down
Loading

0 comments on commit 90a6d0b

Please sign in to comment.