Fixes in parsing of malformed JSON #64
ci.yml
on: push
Matrix: Collect coverage
Matrix: Bun test
Matrix: Deno test
Matrix: Unit tests
Send coverage to Coveralls
Annotations
10 errors and 1 warning
|
Collect coverage (20)
Bad response: 503 <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Down for Maintenance</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background: #b94947;
color: #fffdfa;
}
.container {
text-align: center;
padding: 2rem;
max-width: 500px;
}
h1 { font-size: 2rem; margin-bottom: 0.5rem; }
p { font-size: 1.1rem; color: #fffdfa; line-height: 1.6; }
a { color: #354a57 }
</style>
</head>
<body>
<div class="container">
<h1>Please Hold</h1>
<p>We're performing some unscheduled maintenance. Please check our status page for updates: <a href="https://status.coveralls.io">Status Page</a> </p>
</div>
</body>
</html>
|
|
Bun test (1.1.15)
Process completed with exit code 1.
|
|
SyntaxError: JSON Parse error: Unable to parse JSON string:
src/parse-chunked.js#L197
at flush (/home/runner/work/json-ext/json-ext/src/parse-chunked.js:197:30)
at push (/home/runner/work/json-ext/json-ext/src/parse-chunked.js:387:13)
at /home/runner/work/json-ext/json-ext/src/parse-chunked.js:42:24
|
|
SyntaxError: JSON Parse error: Expected ']':
src/parse-chunked.js#L186
at flush (/home/runner/work/json-ext/json-ext/src/parse-chunked.js:186:26)
at finish (/home/runner/work/json-ext/json-ext/src/parse-chunked.js:408:13)
at /home/runner/work/json-ext/json-ext/src/parse-chunked.js:45:27
|
|
SyntaxError: JSON Parse error: Unable to parse JSON string:
cjs/parse-chunked.cjs#L198
at flush (/home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:198:30)
at push (/home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:388:13)
at /home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:44:24
|
|
SyntaxError: JSON Parse error: Expected ']':
cjs/parse-chunked.cjs#L187
at flush (/home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:187:26)
at finish (/home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:409:13)
at /home/runner/work/json-ext/json-ext/cjs/parse-chunked.cjs:47:27
|
|
Collect coverage (18)
The strategy configuration was canceled because "coverage._20" failed
|
|
Collect coverage (18)
The operation was canceled.
|
|
Collect coverage (14.17)
The strategy configuration was canceled because "coverage._20" failed
|
|
Collect coverage (14.17)
The operation was canceled.
|
|
Bun test (1.1.15)
Failed to restore: Cache service responded with 400
|