refactor: don't write run info file unless requested
modified src/bin/radicle-native-ci.rs
@@ -95,7 +95,7 @@ fn fallible_main_inner(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
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 {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -28,7 +28,7 @@ pub struct RunInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,10 +41,12 @@ impl RunInfo {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -54,7 +56,7 @@ impl RunInfo {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -69,8 +71,8 @@ impl RunInfoBuilder {
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -94,12 +96,12 @@ impl RunInfoBuilder {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|