Skip to content
This repository has been archived by the owner on Jun 13, 2019. It is now read-only.

Commit

Permalink
Build: Forgot to add options for coveralls
Browse files Browse the repository at this point in the history
Change-Id: Ia07066641ae1c3c08504d3f02e9891b3e0ab8b7b
  • Loading branch information
Gabriel Schulhof committed Oct 15, 2016
1 parent 6613ca0 commit 9d601f8
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions grunt-build/tasks/options/coveralls.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Copyright 2016 Intel Corporation
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

module.exports = {
coverage: {
src: "coverage/lcov.info"
}
};

0 comments on commit 9d601f8

Please sign in to comment.