Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 913 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 913 Bytes

TMC-C#-Runner

Build Status Coverage Status

Runs C# code for TestMyCode. Returns the results of the unit tests as a JSON file which tmc-langs can parse.

Documentation

General documentation

Developer guide for runner

Generating test coverage report locally

You must clone the repository on your computer to generate the test report locally.

  1. Open terminal in the project root folder
  2. Run "bash GetTestReport"
  3. Go to direcotry Tests -> coveragereport
  4. Open index.htm on your internet browser