Skip to content

Commit

Permalink
fix this => Added lines #L78 - L79 were not covered by tests
Browse files Browse the repository at this point in the history
  • Loading branch information
foucsi committed Aug 19, 2024
1 parent 00d6080 commit 968524e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/http-server/endpoints/report.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ export async function post(req, res) {
}
catch (err) {
console.error("Error during report generation:", err);

Check warning on line 78 in src/http-server/endpoints/report.js

View check run for this annotation

Codecov / codecov/patch

src/http-server/endpoints/report.js#L78

Added line #L78 was not covered by tests
// console.error(err);

return send(
res,
Expand Down

0 comments on commit 968524e

Please sign in to comment.