robotdotnet / WPILib

DotNet implementation of WPILib for FIRST Robotics Competition (FRC)
27 stars 8 forks source link

Hal single library change #80

Closed ThadHouse closed 8 years ago

ThadHouse commented 8 years ago

As discussed in #79, this moves to 1 HAL library which includes the simulator and athena code. Cleans up much of the loading code, and gets rid of some nasty hacks we used to have.

codecov-io commented 8 years ago

Current coverage is 33.78%

Merging #80 into master will not affect coverage as of 0dd92f5

@@            master     #80   diff @@
======================================
  Files          111     111       
  Stmts         6791    6791       
  Branches       864     864       
  Methods          0       0       
======================================
  Hit           2294    2294       
  Partial        151     151       
  Missed        4346    4346       

Review entire Coverage Diff as of 0dd92f5

Powered by Codecov. Updated on successful CI builds.