frerich / clcache

A compiler cache for MSVC, much like ccache for gcc
Other
324 stars 83 forks source link

Adding unit tests for expandCommandLine() function #250

Closed frerich closed 8 years ago

frerich commented 8 years ago

The code coverage report revealed that this is a gap in our testing effort; there was nothing which checked that we handle response files (e.g. nested ones or ones with different encodings) properly. So let's start this effort.

codecov-io commented 8 years ago

Current coverage is 90.77% (diff: 100%)

Merging #250 into master will increase coverage by 1.47%

@@             master       #250   diff @@
==========================================
  Files             1          1          
  Lines          1019       1019          
  Methods           0          0          
  Messages          0          0          
  Branches        171        171          
==========================================
+ Hits            910        925    +15   
+ Misses           82         68    -14   
+ Partials         27         26     -1   

Powered by Codecov. Last update 9dec269...bb344f1