Closed cdmatta closed 3 years ago
Merging #12 (f4baf05) into master (e116ada) will increase coverage by
0.41%
. The diff coverage is53.33%
.
@@ Coverage Diff @@
## master #12 +/- ##
==========================================
+ Coverage 37.88% 38.30% +0.41%
==========================================
Files 40 42 +2
Lines 1090 1120 +30
==========================================
+ Hits 413 429 +16
- Misses 641 652 +11
- Partials 36 39 +3
Impacted Files | Coverage Δ | |
---|---|---|
actions/block/block.go | 41.30% <ø> (ø) |
|
actions/sleep/decoder.go | 40.00% <40.00%> (ø) |
|
actions/sleep/action.go | 80.00% <80.00%> (ø) |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e116ada...f4baf05. Read the comment docs.
That would be awesome @cdmatta ! It looks great for me
Added action sleep as per https://github.com/wesovilabs/orion/issues/9
The timeout example scenario utilizes string for example "10s", however the documentation mentiones timeout = 10s
Given code is likely to be correct than doc, I went with that. Even the hcl plugin in my IDE was giving me error with
duration = 1s
I can fix the documentation next if this is fine.