Skip to content

Commit

Permalink
fix icov issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jatindersingh93 committed Mar 28, 2024
1 parent 78c3e20 commit fdbba4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/frontend/lcov-fix.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// https://stackoverflow.com/q/60323177
import fs from 'fs';
import process from 'process';
const file = './coverage/lcov.info';

fs.readFile(file, 'utf8', (err, data) => {
if (err) {
Expand Down

0 comments on commit fdbba4e

Please sign in to comment.