julianghionoiu / dpnt-coverage

Collect coverage from SRCS files
0 stars 0 forks source link

Setup container test for csharp #13

Closed neomatrix369 closed 6 years ago

neomatrix369 commented 6 years ago
neomatrix369 commented 6 years ago

Ran tests in ./tests/csharp/csharpCodeCoverageShould.sh for csharp and they pass, except one which fails for a good reason:

~~~ Summary of test executions ~~~
  ~~~ Passed Tests ~~~
  language=csharp|challenge=SUM|expected=100|actual=100
  language=csharp|challenge=CHK|expected=0|actual=0
  language=csharp|challenge=xyz|expected=0|actual=0
  3 test(s) passed

  ~~~ Failed Tests ~~~
  language=csharp|challenge=TST|expected=50|actual=0
  1 test(s) failed

We don't have a challenge called TST with 50 coverage, I checked one runner which didn't have any implementation for it, im guessing all other runners will see this test fail - are you aware?

neomatrix369 commented 6 years ago

@julianghionoiu I strongly suggest we clone XR.Baboon into your git org, and clone from there, just as a precautionary measure

julianghionoiu commented 6 years ago

Looks good. Merge once all tests are passing.