fix: undo rename of run info field id
modified Cargo.toml
@@ -2,6 +2,7 @@
|
|
|
|
|
|
| + | |
|
|
|
|
|
added src/bin/run_info.rs
@@ -0,0 +1,14 @@
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
modified src/report.rs
@@ -76,7 +76,7 @@ fn list_runs(repos: &[&str], run_infos: &[RunInfo]) -> Document {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified src/runinfo.rs
@@ -18,7 +18,7 @@ pub struct RunInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -96,7 +96,7 @@ impl RunInfoBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|