-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publish GitHub Pages upon successfully-merged PR (#252)
* Publish GitHub Pages upon successfully-merged PR * Exclude github_pages Markdown files from hygiene * Check out repo before running script * Specify checkout path * Attempt to fix artifact folder structure * Attempt to fix folder structure again 5742e0f
- Loading branch information
0 parents
commit 87d3565
Showing
20 changed files
with
376,365 additions
and
0 deletions.
There are no files selected for viewing
218 changes: 218 additions & 0 deletions
218
artifacts/uss_qualifier/reports/capabilities_uspace.html
Large diffs are not rendered by default.
Oops, something went wrong.
182 changes: 182 additions & 0 deletions
182
artifacts/uss_qualifier/reports/sequence_uspace/index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,182 @@ | ||
<html> | ||
<head> | ||
<style> | ||
body { | ||
margin: 0; | ||
color: #24292f; | ||
background-color: #ffffff; | ||
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"; | ||
font-size: 16px; | ||
line-height: 1.5; | ||
word-wrap: break-word; | ||
} | ||
table { | ||
border-spacing: 0; | ||
border-collapse: collapse; | ||
width: max-content; | ||
max-width: 100%; | ||
overflow: auto; | ||
} | ||
tr { | ||
border-top: 1px solid hsla(210,18%,87%,1); | ||
} | ||
table tr:nth-child(2n) { | ||
background-color: #f6f8fa; | ||
} | ||
td { | ||
padding: 6px 6px; | ||
vertical-align: top; | ||
border: 1px solid #d0d7de; | ||
} | ||
th { | ||
padding: 6px 6px; | ||
text-align: left; | ||
background-color: rgb(230, 230, 230); | ||
border: 1px solid #d0d7de; | ||
height: 40px; | ||
} | ||
a { | ||
background-color: transparent; | ||
color: #0969da; | ||
text-decoration: none; | ||
} | ||
h2 { | ||
margin-block-end: 0.1em; | ||
} | ||
.sticky_cell_value { | ||
position: sticky; | ||
top: 40px; | ||
z-index: 0; | ||
} | ||
.pass_result { | ||
background-color: rgb(192, 255, 192); | ||
} | ||
.fail_result { | ||
background-color: rgb(255, 192, 192); | ||
} | ||
.not_tested { | ||
background-color: rgb(192, 192, 192); | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<div> | ||
<table> | ||
<tr> | ||
<th colspan="5">Suite / action generator</th> | ||
<th>Scenario</th> | ||
<th>uss1</th> | ||
<th>uss2</th> | ||
</tr> | ||
<tr> | ||
<td rowspan="15" colspan="1">action_generators.interuss.mock_uss.WithLocality</td> | ||
<td rowspan="1" colspan="4"></td> | ||
<td> | ||
<a href="s1.html">Configure mock_uss locality</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="13" colspan="1">U-space required services</td> | ||
<td rowspan="12" colspan="1">U-space flight authorisation</td> | ||
<td rowspan="10" colspan="1">ASTM F3548-21</td> | ||
<td rowspan="2" colspan="1">action_generators.flight_planning.FlightPlannerCombinations</td> | ||
<td> | ||
<a href="s2.html">Validation of operational intents</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s3.html">Validation of operational intents</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="4" colspan="1">action_generators.flight_planning.FlightPlannerCombinations</td> | ||
<td> | ||
<a href="s4.html">Nominal planning: conflict with higher priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s5.html">Nominal planning: conflict with higher priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s6.html">Nominal planning: conflict with higher priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s7.html">Nominal planning: conflict with higher priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="4" colspan="1">action_generators.flight_planning.FlightPlannerCombinations</td> | ||
<td> | ||
<a href="s8.html">Nominal planning: not permitted conflict with equal priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s9.html">Nominal planning: not permitted conflict with equal priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s10.html">Nominal planning: not permitted conflict with equal priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s11.html">Nominal planning: not permitted conflict with equal priority</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="2" colspan="2">action_generators.flight_planning.FlightPlannerCombinations</td> | ||
<td> | ||
<a href="s12.html">Flight authorisation validation</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<a href="s13.html">Flight authorisation validation</a> | ||
</td> | ||
<td></td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
<tr> | ||
<td rowspan="1" colspan="4"></td> | ||
<td> | ||
<a href="s14.html">Unconfigure mock_uss locality</a> | ||
</td> | ||
<td class="pass_result">✅</td> | ||
<td class="pass_result">✅</td> | ||
</tr> | ||
</table> | ||
</div> | ||
</body> | ||
</html> |
Oops, something went wrong.