generated from adrienaury/go-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: debug information when constraint fail (#29)
* style: fix typo * feat: wip! debug info * feat: wip! debug info * feat: debug info * test: debug info when constraint fail * chore: add pimo in ci
- Loading branch information
1 parent
f3784e5
commit 9379b8a
Showing
13 changed files
with
333 additions
and
3 deletions.
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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,8 @@ | ||
version: "1" | ||
metrics: | ||
- name: "name" | ||
constraints: | ||
coherentRate: | ||
shouldBeGreaterThan: 0 | ||
identifiantRate: | ||
shouldBeGreaterThan: 0 |
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,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MIMO Report</title> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta name="description" content="MIMO Report" /> | ||
</head> | ||
<body> | ||
<h1>MIMO Report</h1> | ||
<table border="1" cellspacing="0" cellpadding="5"> | ||
<thead> | ||
<th>Field</th> | ||
<th>Nil</th> | ||
<th>Ignored</th> | ||
<th>Masked</th> | ||
<th>Missed</th> | ||
<th>Masking Rate</th> | ||
<th>Coherent Rate</th> | ||
<th>Identifiable Rate</th> | ||
<th>K</th> | ||
</thead> | ||
<tbody> | ||
|
||
<tr> | ||
<td>name</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>56</td> | ||
<td>44</td> | ||
<td style="background-color: orange">56.00 %</td> | ||
<td style="background-color: orange">0.00 %</td> | ||
<td style="background-color: orange">0.00 %</td> | ||
<td style="background-color: lightgreen">2</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
</body> | ||
</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,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<title>MIMO Report</title> | ||
<meta name="viewport" content="width=device-width,initial-scale=1" /> | ||
<meta name="description" content="MIMO Report" /> | ||
</head> | ||
<body> | ||
<h1>MIMO Report</h1> | ||
<table border="1" cellspacing="0" cellpadding="5"> | ||
<thead> | ||
<th>Field</th> | ||
<th>Nil</th> | ||
<th>Ignored</th> | ||
<th>Masked</th> | ||
<th>Missed</th> | ||
<th>Masking Rate</th> | ||
<th>Coherent Rate</th> | ||
<th>Identifiable Rate</th> | ||
<th>K</th> | ||
</thead> | ||
<tbody> | ||
|
||
<tr> | ||
<td>name</td> | ||
<td>0</td> | ||
<td>0</td> | ||
<td>56</td> | ||
<td>44</td> | ||
<td style="background-color: orange">56.00 %</td> | ||
<td style="background-color: red">0.00 %</td> | ||
<td style="background-color: red">0.00 %</td> | ||
<td style="background-color: lightgreen">2</td> | ||
</tr> | ||
|
||
</tbody> | ||
</table> | ||
</body> | ||
</html> |
Oops, something went wrong.