diff options
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.coveragerc b/.coveragerc index b063982..c74325f 100644 --- a/.coveragerc +++ b/.coveragerc @@ -35,7 +35,6 @@ # # ============LICENSE_END============================================ # -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # [paths] @@ -47,4 +46,4 @@ source = ice_validator parallel = false [report] -show_missing = true
\ No newline at end of file +show_missing = true |