Skip to content

Commit

Permalink
fix: allow one click access for html-report (#286) (#287)
Browse files Browse the repository at this point in the history
* fix: allow one click access for html-report

removing space character from timestamp based path to allow one click (cmd+click) access on the terminal of vs-code on macOS.

Signed-off-by: Ahmet Geymen <[email protected]>

* Bumping up -> 4.1.4

Signed-off-by: Ahmet Geymen <[email protected]>
  • Loading branch information
ahmetgeymen authored Jan 7, 2022
1 parent baa4f41 commit f1a095e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion htmlReport.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const (
setupAction = "setup"
executionAction = "execution"
pluginActionEnv = "html-report_action"
timeFormat = "2006-01-02 15.04.05"
timeFormat = "2006-01-02_15.04.05"
)

type nameGenerator interface {
Expand Down
2 changes: 1 addition & 1 deletion plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"scope": [
"Execution"
],
"version": "4.1.3"
"version": "4.1.4"
}

0 comments on commit f1a095e

Please sign in to comment.