GitHub user anoopsharma00 opened a pull request:
https://github.com/apache/incubator-trafodion/pull/1244
TRAFODION-2731 CodeCleanup: Phase 3. Remove LCOV directives
This phase removes LCOV directives that were added a while back
for code coverage.
At that time, it was done to exclude code that should not be counted
as part of codecoverage.
Those directives are now being removed as they are incomplete, or
do not cover all of code, or do not cover newer code, or cover
obsolete/unused code, or are no longer relevant.
Better way to increase code coverage is to increases testing so
more code paths and features are covered.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoopsharma00/incubator-trafodion
ansharma_t23cc_br
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-trafodion/pull/1244.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1244
----
commit 7a95e1da4f70eb3e29478e1126b7ebfcfb60b91a
Author: Anoop Sharma <[email protected]>
Date: 2017-09-20T14:41:28Z
lcov: commit #1
commit 4fc2f0f0d880ff64283b612c0a7140bae4cf204a
Author: Anoop Sharma <[email protected]>
Date: 2017-09-25T17:40:12Z
Merge remote branch 'origin/master' into ansharma_t23cc_br
----
---