Skip to content

Commit 11f0898

Browse files
Add license info.
1 parent 66cd8a0 commit 11f0898

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,9 @@ There are two places you may want to modify the included files if you are using
7373

7474
1. In `envcov.sh`, `LCOV_INFO` determines the name shown in the report.
7575
2. In `getcov`, edit `exclude_data()` to specify which files to exclude, for example, third-party libraries.
76+
77+
Credits
78+
=======
79+
80+
The `lcov` -> Cobertura script is from [https://github.com/eriwen/lcov-to-cobertura-xml/](https://github.com/eriwen/lcov-to-cobertura-xml/) and is bound by [the license of that project](https://github.com/eriwen/lcov-to-cobertura-xml/blob/master/LICENSE.txt).
81+

lcov_cobertura.py

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,18 @@
33
# Copyright 2011-2012 Eric Wendelin
44
#
55
# This is free software, licensed under the Apache License, Version 2.0,
6-
# available in the accompanying LICENSE.txt file.
6+
#
7+
# Licensed under the Apache License, Version 2.0 (the "License");
8+
# you may not use this file except in compliance with the License.
9+
# You may obtain a copy of the License at
10+
#
11+
# http://www.apache.org/licenses/LICENSE-2.0
12+
#
13+
# Unless required by applicable law or agreed to in writing, software
14+
# distributed under the License is distributed on an "AS IS" BASIS,
15+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+
# See the License for the specific language governing permissions and
17+
# limitations under the License.
718

819
"""
920
Converts lcov line coverage output to Cobertura-compatible XML for CI

0 commit comments

Comments
 (0)