Add code coverage for multiple compilers with script schema#1515
Add code coverage for multiple compilers with script schema#1515shahzebsiddiqui merged 13 commits intobuildtesters:develfrom
Conversation
|
|
@Mariamajib Make sure to link your issue to this pull request. |
|
…c' for the compiler search
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## devel #1515 +/- ##
==========================================
+ Coverage 77.02% 77.54% +0.51%
==========================================
Files 57 57
Lines 6615 6615
==========================================
+ Hits 5095 5129 +34
+ Misses 1520 1486 -34
☔ View full report in Codecov by Sentry. |
|
@Mariamajib please remove the |
There was a problem hiding this comment.
can you please check the style check the yamllint check is failing. This package should be available if you did pip install -r docs/requirements.txt. If its set then just simply run yamllint buildtest tests at the root of directory and fix all the error messages. Ignore the warning. For more details see https://yamllint.readthedocs.io/en/stable/
|
The tests all ran to completion; however, something I noticed is that coverage was not added to the file specified in the original issue. Instead, Coverage was added to 3 different files as seen here @shahzebsiddiqui What would be the next steps? |
|
I discovered that the coverage was added to the file specified in the original issue base.py but it was under the indirect changes @shahzebsiddiqui @Mendi03 . Here is the link https://app.codecov.io/gh/buildtesters/buildtest/pull/1515/blob/buildtest/builders/base.py |
You're right! Let's wait and see what @shahzebsiddiqui has to say |
shahzebsiddiqui
left a comment
There was a problem hiding this comment.
@Mariamajib this looks good. Regression test is passing and i see code coverage is showing up.
Thanks and great work!. Congrats on your 1st contribution
Uh oh!
There was an error while loading. Please reload this page.