-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add passed & failed info to overview
Signed-off-by: Jie Peng <[email protected]>
- Loading branch information
1 parent
dfd1822
commit 2553b91
Showing
8 changed files
with
179 additions
and
123 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
{ | ||
"files": { | ||
"main.js": "./static/js/main.07fe37ee.js", | ||
"main.js": "./static/js/main.49942897.js", | ||
"static/js/40.b05bdc5e.chunk.js": "./static/js/40.b05bdc5e.chunk.js", | ||
"index.html": "./index.html", | ||
"main.07fe37ee.js.map": "./static/js/main.07fe37ee.js.map", | ||
"main.49942897.js.map": "./static/js/main.49942897.js.map", | ||
"40.b05bdc5e.chunk.js.map": "./static/js/40.b05bdc5e.chunk.js.map" | ||
}, | ||
"entrypoints": [ | ||
"static/js/main.07fe37ee.js" | ||
"static/js/main.49942897.js" | ||
] | ||
} |
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 |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta name="viewport" content="initial-scale=1,width=device-width"/><link rel="apple-touch-icon" sizes="57x57" href="/logo/apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/logo/apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/logo/apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/logo/apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/logo/apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/logo/apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/logo/apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/logo/apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="/logo/apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="/logo/android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="/logo/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="/logo/favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="/logo/favicon-16x16.png"/><link rel="manifest" href="/logo/manifest.json"/><meta name="msapplication-TileColor" content="#ffffff"/><meta name="msapplication-TileImage" content="/ms-icon-144x144.png"/><meta name="theme-color" content="#ffffff"/><title>PipeRider - Report</title><script defer="defer" src="./static/js/main.07fe37ee.js"></script></head><body><div id="root"></div><script>window.PIPERIDER_REPORT_DATA=""</script></body></html> | ||
<!doctype html><html lang="en"><head><meta name="viewport" content="initial-scale=1,width=device-width"/><link rel="apple-touch-icon" sizes="57x57" href="/logo/apple-icon-57x57.png"/><link rel="apple-touch-icon" sizes="60x60" href="/logo/apple-icon-60x60.png"/><link rel="apple-touch-icon" sizes="72x72" href="/logo/apple-icon-72x72.png"/><link rel="apple-touch-icon" sizes="76x76" href="/logo/apple-icon-76x76.png"/><link rel="apple-touch-icon" sizes="114x114" href="/logo/apple-icon-114x114.png"/><link rel="apple-touch-icon" sizes="120x120" href="/logo/apple-icon-120x120.png"/><link rel="apple-touch-icon" sizes="144x144" href="/logo/apple-icon-144x144.png"/><link rel="apple-touch-icon" sizes="152x152" href="/logo/apple-icon-152x152.png"/><link rel="apple-touch-icon" sizes="180x180" href="/logo/apple-icon-180x180.png"/><link rel="icon" type="image/png" sizes="192x192" href="/logo/android-icon-192x192.png"/><link rel="icon" type="image/png" sizes="32x32" href="/logo/favicon-32x32.png"/><link rel="icon" type="image/png" sizes="96x96" href="/logo/favicon-96x96.png"/><link rel="icon" type="image/png" sizes="16x16" href="/logo/favicon-16x16.png"/><link rel="manifest" href="/logo/manifest.json"/><meta name="msapplication-TileColor" content="#ffffff"/><meta name="msapplication-TileImage" content="/ms-icon-144x144.png"/><meta name="theme-color" content="#ffffff"/><title>PipeRider - Report</title><script defer="defer" src="./static/js/main.49942897.js"></script></head><body><div id="root"></div><script>window.PIPERIDER_REPORT_DATA=""</script></body></html> |
This file was deleted.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
...li/data/report/static/js/main.07fe37ee.js → ...li/data/report/static/js/main.49942897.js
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
|
@@ -26,7 +26,6 @@ | |
<body> | ||
<div id="root"></div> | ||
<script>window.PIPERIDER_REPORT_DATA=""</script> | ||
</script> | ||
</body> | ||
|
||
</html> |
Oops, something went wrong.