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
Copy file name to clipboardExpand all lines: coverage-python/README.md
+14-12Lines changed: 14 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,15 +22,17 @@ jobs:
22
22
23
23
## Action Configuration
24
24
25
-
| Input | Description | |
26
-
|-------|-------------|-|
27
-
| python-version | Python version that should be installed | Optional (default: "3.10") |
28
-
| test-command | Command to run the unit tests | Optional (default: `"-m unittest"`)
29
-
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default `latest`) |
30
-
| cache | Cache dependencies by setting it to `"true"`. | Optional |
31
-
| cache-dependency-path | "Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
32
-
| cache-poetry-installation | Cache poetry and its dependencies by setting it to `"true"`. | Optional |
33
-
| install-dependencies | Install project dependencies. Default is `"true"`. Set to an other string then `"true"` to not install the dependencies. | Optional (default: `"true"`) |
34
-
| working-directory | Working directory where to run the action | Optional (default is `${{ github.workspace }}`) |
35
-
| codecov-upload | "Upload coverage to codecov.io. Default is `"true"`. Set to an other string then `"true"` to disable the upload. | Optional (default: `"true"`)
36
-
| token | Upload token for codecov.io. | Required only if codecov-upload is `"true"` |
| python-version | Python version that should be installed | Optional (default: "3.10") |
28
+
| package-manager | Package Manager to user. Either `uv` or `poetry` | Optional (default: `poetry`) |
29
+
| test-command | Command to run the unit tests | Optional (default: `"-m unittest"`) |
30
+
| poetry-version | Use a specific poetry version. By default the latest release is used. | Optional (default: `latest`) |
31
+
| uv-version | Use a specific version of uv. By default the latest release is used. | Optional (default: `latest`) |
32
+
| cache | Cache dependencies by setting it to `"true"`. | Optional |
33
+
| cache-dependency-path | "Used to specify the path to dependency files. Supports wildcards or a list of file names for caching multiple dependencies. | Optional |
34
+
| cache-poetry-installation | Cache poetry and its dependencies by setting it to `"true"`. | Optional |
35
+
| install-dependencies | Install project dependencies. Default is `"true"`. Set to an other string then `"true"` to not install the dependencies. | Optional (default: `"true"`) |
36
+
| working-directory | Working directory where to run the action | Optional (default is `${{ github.workspace }}`) |
37
+
| codecov-upload | "Upload coverage to codecov.io. Default is `"true"`. Set to an other string then `"true"` to disable the upload. | Optional (default: `"true"`) |
38
+
| token | Upload token for codecov.io. | Required only if codecov-upload is `"true"` |
0 commit comments