robotdotnet / WPILib

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

Added unit tests for ConditionalCommand #114

Closed msoucy closed 7 years ago

msoucy commented 7 years ago

Also incidentally tests InstantCommand.

These are some tests for #113

codecov-io commented 7 years ago

Current coverage is 16.00% (diff: 100%)

Merging #114 into master will increase coverage by 0.30%

@@             master       #114   diff @@
==========================================
  Files           125        125          
  Lines          7923       7923          
  Methods        1398       1398          
  Messages          0          0          
  Branches        984        984          
==========================================
+ Hits           1244       1268    +24   
- Misses         6518       6535    +17   
+ Partials        161        120    -41   

Powered by Codecov. Last update 5292374...f6382fd

msoucy commented 7 years ago

It might be worth upgrading NuGet to fix the issue that shows up early in the appveyor logs