Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Commit

Permalink
Add Jacoco to list of valid formats
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaitanya-Chatla committed Nov 20, 2018
1 parent 659b9c1 commit a9d6898
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/coverageParser.js
@@ -1,7 +1,7 @@
(function (Joi, util, logger) {
'use strict';

var validFormats = ['lcov'];
var validFormats = ['lcov','jacoco'];
var formatValidation = Joi.string().valid(validFormats).required();

module.exports = {
Expand Down

0 comments on commit a9d6898

Please sign in to comment.