Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const path = require('path');

async function run() {
try {
await exec.exec('sudo apt-get install lcov');
await exec.exec('sudo apt-get install -y lcov');

const tmpPath = path.resolve(os.tmpdir(), github.context.action);
const coverageFilesPattern = core.getInput('coverage-files');
Expand Down Expand Up @@ -178,4 +178,4 @@ async function detail(coverageFile, octokit) {
return '\n ' + lines.join('\n ');
}

run();
run();