Skip to main content

invocations

Function invocations 

Source
pub fn invocations(path: impl AsRef<Path>) -> Result<Vec<Invocation>>
Expand description

Walk path — a workflow file, or a directory of them — and return every testing-conventions invocation, in file-then-line order.

Directories are scanned recursively for *.yml / *.yaml files (sorted, for deterministic output). Returns an error if a file or directory cannot be read.