You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Action to upload coverage to Codecov with support for container mode.
3
+
Action to upload coverage to Codecov.
4
4
5
5
## Overview
6
6
7
-
This action handles uploading code coverage to Codecov. When running in container mode, it automatically installs required dependencies (Git, cURL, gnupg) via pkgxdev, fixes configuration issues with unexpanded environment variables, uploads coverage, and then cleans up the installed dependencies.
7
+
This action handles uploading code coverage to Codecov. It automatically checks for and installs required dependencies (Git, cURL, gnupg) via pkgxdev if missing, fixes configuration issues with unexpanded environment variables, uploads coverage, and then cleans up the installed dependencies.
8
8
9
9
## Usage
10
10
@@ -16,22 +16,17 @@ This action handles uploading code coverage to Codecov. When running in containe
16
16
#
17
17
# Default: `.`
18
18
working-directory: .
19
-
20
-
# Whether running in container mode (installs dependencies if needed)
0 commit comments