|
Ran
|
Jobs
1
|
Files
192
|
Run time
1min
|
Badge
README BADGES
|
push
github
fix: prune volumes without all flag for pre-Docker v1.42 (#2781) fix: prune volumes without all for pre-Docker 1.42 Before Docker API version 1.42, the `all` flag in Docker.VolumePrune` is not required. Podman prints an error like the following when the `all` flag is passed ([Podman's only compatible with Docker API v1.41][1]): ``` failed to parse filters for all=true&label=com.supabase.cli.project%3Dtest: "all" is an invalid volume filter ``` [1]: https://github.com/containers/podman/blob/290d94d3c/version/version.go#L46 Fixes: bec537e98 Fixes: https://github.com/supabase/cli/issues/2348#issuecomment-2149936472
11 of 11 new or added lines in 2 files covered. (100.0%)
2 existing lines in 1 file now uncovered.6366 of 10645 relevant lines covered (59.8%)
6.0 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11444174483.1 | 0 |
59.8 |
GitHub Action Run |