-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Skip files that include Runme session IDs (those are output files) (#459
) * Skip files that include Runme session IDs (those are output files) * Add test coverage * Bring back attaching to dlv * Address review suggestions
- Loading branch information
1 parent
68a676d
commit 9fe054f
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
internal/project/testdata/dir-project/session-01HJS35FZ2K0JBWPVAXPMMVTGN.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
runme: | ||
id: 01HJS33TJYXZ6KJPG2SZZ6D1H5 | ||
version: v2.0 | ||
session: | ||
id: 01HJS35FZ2K0JBWPVAXPMMVTGN | ||
updated: 2023-12-28 15:16:06-05:00 | ||
--- | ||
|
||
```sh {"name":"iam-session","id":"01HJS341EYAN1QPKK7D835C6FD"} | ||
echo "i am a session outputs file" | ||
|
||
# Ran on 2023-12-28 15:52:03-05:00 for 719ms exited with 0 | ||
i am a session outputs file | ||
``` |