Skip to content
Snippets Groups Projects
Commit 0c4cea4b authored by Rhys Arkins's avatar Rhys Arkins
Browse files

tests: fix coverage

parent 997bdaee
No related branches found
No related tags found
No related merge requests found
...@@ -50,6 +50,7 @@ async function extractAllPackageFiles(config, packageFiles) { ...@@ -50,6 +50,7 @@ async function extractAllPackageFiles(config, packageFiles) {
gradle.collectVersionVariables(dependencies, content); gradle.collectVersionVariables(dependencies, content);
} else { } else {
// istanbul ignore next
logger.info({ packageFile }, 'packageFile has no content'); logger.info({ packageFile }, 'packageFile has no content');
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment