Skip to content

Commit

Permalink
Publish GitHub Pages upon successfully-merged PR (#252)
Browse files Browse the repository at this point in the history
* 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
github-actions[bot] committed Oct 16, 2023
0 parents commit 87d3565
Show file tree
Hide file tree
Showing 20 changed files with 376,365 additions and 0 deletions.
218 changes: 218 additions & 0 deletions artifacts/uss_qualifier/reports/capabilities_uspace.html

Large diffs are not rendered by default.

182 changes: 182 additions & 0 deletions artifacts/uss_qualifier/reports/sequence_uspace/index.html
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">&#x2705;</td>
<td class="pass_result">&#x2705;</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">&#x2705;</td>
<td></td>
</tr>
<tr>
<td>
<a href="s3.html">Validation of operational intents</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</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">&#x2705;</td>
<td></td>
</tr>
<tr>
<td>
<a href="s5.html">Nominal planning: conflict with higher priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</td>
</tr>
<tr>
<td>
<a href="s6.html">Nominal planning: conflict with higher priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</td>
</tr>
<tr>
<td>
<a href="s7.html">Nominal planning: conflict with higher priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</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">&#x2705;</td>
<td></td>
</tr>
<tr>
<td>
<a href="s9.html">Nominal planning: not permitted conflict with equal priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</td>
</tr>
<tr>
<td>
<a href="s10.html">Nominal planning: not permitted conflict with equal priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</td>
</tr>
<tr>
<td>
<a href="s11.html">Nominal planning: not permitted conflict with equal priority</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</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">&#x2705;</td>
<td></td>
</tr>
<tr>
<td>
<a href="s13.html">Flight authorisation validation</a>
</td>
<td></td>
<td class="pass_result">&#x2705;</td>
</tr>
<tr>
<td rowspan="1" colspan="4"></td>
<td>
<a href="s14.html">Unconfigure mock_uss locality</a>
</td>
<td class="pass_result">&#x2705;</td>
<td class="pass_result">&#x2705;</td>
</tr>
</table>
</div>
</body>
</html>
Loading

0 comments on commit 87d3565

Please sign in to comment.