-
-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Description
currently we see https://app.codecov.io/github/buildtesters/buildtest/blob/devel/buildtest/buildsystem/checks.py showing a 5% coverage despite the fact we are attempting to test each status check in https://github.com/buildtesters/buildtest/blob/devel/tests/builders/test_builders.py

According to test coverage it is showing all methods have no coverage so something is going wrong w.r.t to line coverage. We should look into why this is happening since test are running but not impacting test coverage.
Currently, we are invoking the BuildTest class see
buildtest/buildtest/cli/build.py
Lines 468 to 499 in 0141fa2
| class BuildTest: | |
| """This class is an interface to building tests via ``buildtest build`` command.""" | |
| def __init__( | |
| self, | |
| configuration=None, | |
| buildspecs=None, | |
| exclude_buildspecs=None, | |
| tags=None, | |
| executors=None, | |
| testdir=None, | |
| stage=None, | |
| filter_buildspecs=None, | |
| rebuild=None, | |
| buildtest_system=None, | |
| report_file=None, | |
| maxpendtime=None, | |
| poll_interval=None, | |
| remove_stagedir=None, | |
| retry=None, | |
| account=None, | |
| helpfilter=None, | |
| numprocs=None, | |
| numnodes=None, | |
| modules=None, | |
| modulepurge=None, | |
| unload_modules=None, | |
| rerun=None, | |
| executor_type=None, | |
| timeout=None, | |
| limit=None, | |
| ): |
buildtest build command which should run the test when invoking the build method. Based on output of regression test it is running the checks but line-coverage is not hitting each methodReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
