Skip to content

Commit 1a8992a

Browse files
github-actionsardatan
authored andcommitted
Update results
1 parent ebb34d7 commit 1a8992a

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains a set of tests to evaluate and compare the compatibilit
1414
| [Hive Gateway](https://the-guild.dev/graphql/hive/gateway) | 98.44% | 🟢 189 ❌ 3 | 🟢 42 ❌ 2 |
1515
| [Apollo Router](https://www.apollographql.com/) | 97.40% | 🟢 187 ❌ 5 | 🟢 41 ❌ 3 |
1616
| [Apollo Gateway](https://www.apollographql.com/) | 96.88% | 🟢 186 ❌ 6 | 🟢 40 ❌ 4 |
17-
| [Cosmo Router](https://wundergraph.com) | 94.27% | 🟢 18111 | 🟢 377 |
17+
| [Cosmo Router](https://wundergraph.com) | 93.75% | 🟢 18012 | 🟢 368 |
1818
| [Grafbase Gateway](https://grafbase.com) | 91.67% | 🟢 176 ❌ 16 | 🟢 38 ❌ 6 |
1919
| [Inigo Gateway](https://inigo.io) | 47.92% | 🟢 92 ❌ 100 | 🟢 12 ❌ 32 |
2020

REPORT.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
| [Hive Gateway](https://the-guild.dev/graphql/hive/gateway) | 98.44% | 🟢 189 ❌ 3 | 🟢 42 ❌ 2 |
99
| [Apollo Router](https://www.apollographql.com/) | 97.40% | 🟢 187 ❌ 5 | 🟢 41 ❌ 3 |
1010
| [Apollo Gateway](https://www.apollographql.com/) | 96.88% | 🟢 186 ❌ 6 | 🟢 40 ❌ 4 |
11-
| [Cosmo Router](https://wundergraph.com) | 94.27% | 🟢 18111 | 🟢 377 |
11+
| [Cosmo Router](https://wundergraph.com) | 93.75% | 🟢 18012 | 🟢 368 |
1212
| [Grafbase Gateway](https://grafbase.com) | 91.67% | 🟢 176 ❌ 16 | 🟢 38 ❌ 6 |
1313
| [Inigo Gateway](https://inigo.io) | 47.92% | 🟢 92 ❌ 100 | 🟢 12 ❌ 32 |
1414

@@ -494,7 +494,7 @@ You can look at the full list of tests [here](./src/test-suites/). Every test id
494494
<a href="./src/test-suites/shared-root">shared-root</a>
495495
<pre>🟢🟢</pre>
496496
<a href="./src/test-suites/simple-entity-call">simple-entity-call</a>
497-
<pre>🟢</pre>
497+
<pre></pre>
498498
<a href="./src/test-suites/simple-inaccessible">simple-inaccessible</a>
499499
<pre>🟢🟢🟢🟢</pre>
500500
<a href="./src/test-suites/simple-interface-object">simple-interface-object</a>

website/data.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
"name": "Cosmo Router",
5656
"cases": {
5757
"total": 192,
58-
"passed": 181,
59-
"failed": 11
58+
"passed": 180,
59+
"failed": 12
6060
},
6161
"suites": {
6262
"total": 44,
63-
"passed": 37,
64-
"failed": 7
63+
"passed": 36,
64+
"failed": 8
6565
}
6666
},
6767
{

website/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -367,14 +367,14 @@ <h2 class="text-gray-500 text-lg md:text-xl">
367367
Cosmo Router
368368
</a>
369369
</td>
370-
<td class="p-4 align-middle font-semibold">94.27%</td>
370+
<td class="p-4 align-middle font-semibold">93.75%</td>
371371
<td class="p-4 align-middle">
372-
<span class="text-emerald-700 mr-2">181</span>
373-
<span class="text-red-700">11</span>
372+
<span class="text-emerald-700 mr-2">180</span>
373+
<span class="text-red-700">12</span>
374374
</td>
375375
<td class="p-4 align-middle">
376-
<span class="text-emerald-700 mr-2">37</span>
377-
<span class="text-red-700">7</span>
376+
<span class="text-emerald-700 mr-2">36</span>
377+
<span class="text-red-700">8</span>
378378
</td>
379379
<td class="p-4 align-middle">
380380
<a

0 commit comments

Comments
 (0)