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: README.md
+2-6Lines changed: 2 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,12 +10,7 @@ This action has no dependencies except for `git`, a `bash` shell and common *nix
10
10
It supports Linux/macOS runners and Windows runners with Bash tooling (Git Bash/WSL-enabled images such as
11
11
`windows-2025`).
12
12
13
-
Git features required by this action:
14
-
-`git worktree add --detach` (documented in Git 2.5.6)
15
-
-`git branch --format` (present in Git 2.13.7, absent in 2.12.5)
16
-
-`git rev-parse --is-shallow-repository` (added in Git 2.15 release notes)
17
-
18
-
Therefore, use **Git 2.15.0 or newer**.
13
+
Requires **Git 2.15.0 or newer**.
19
14
20
15
## Usage
21
16
@@ -39,6 +34,7 @@ If you submitted a detailed HTML report of the coverage to the action, replace t
39
34
-`report` (optional): Path to an HTML report file to publish as `report.html`.
40
35
-`branch` (optional): Source branch override. Recommended for tag-triggered workflows where multiple branches may contain the same tag commit.
41
36
Also recommended for very large or restricted repos to avoid scanning all remote branches during tag-triggered branch resolution.
37
+
A Git-valid branch name may still be an invalid Windows path component (for example names containing `<`, `>`, `|`, or `"`), which can fail on Windows runners because this action writes files under `<branch>/...`.
0 commit comments