diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 505e148e74..b30a5a6c5a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -42,7 +42,7 @@ jobs: uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 with: name: flow_execution_reports - path: '**/target/mctf/latest' + path: 'example/**/target/mctf/latest' - name: Save angular coverage reports uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3 diff --git a/doc/src/main/markdown/further.md b/doc/src/main/markdown/further.md index 924373376a..1a7c7d8d47 100644 --- a/doc/src/main/markdown/further.md +++ b/doc/src/main/markdown/further.md @@ -11,6 +11,8 @@ The [`Reporting` enum value][Reporting] that you supply controls whether the rep By default the report will be saved to a timestamped directory under `target/mctf`, but the `mctf.report.dir` system property offers control over the destination directory. +The execution report includes tooling to aid in change review. If the reports generated by your testing are hosted somewhere, (e.g.: by the CI server) then you can link to the model diff in review documentation, [for example](https://github.com/Mastercard/flow/pull/567). + [AbstractFlocessor.reporting(Reporting,String...)]: ../../../../assert/assert-core/src/main/java/com/mastercard/test/flow/assrt/AbstractFlocessor.java#L194-L203,194-203 diff --git a/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.css b/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.css index 171f77f892..484aef5dcd 100644 --- a/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.css +++ b/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.css @@ -9,7 +9,8 @@ .diff_display { display: flex; - flex-wrap: wrap + flex-wrap: wrap; + white-space: break-spaces; } .rem { diff --git a/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.html b/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.html index c1222758cb..b2226a7773 100644 --- a/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.html +++ b/report/report-ng/projects/report/src/app/change-analysis/change-analysis.component.html @@ -63,7 +63,7 @@