frerich / clcache

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

Integration tests #258

Closed TiloW closed 7 years ago

TiloW commented 7 years ago

This reduces duplicated code in the integration tests and adds a tests for invoking the compiler with many source files in parallel. In particular, the command line output is tested.

codecov-io commented 7 years ago

Current coverage is 90.54% (diff: 100%)

Merging #258 into master will not change coverage

@@             master       #258   diff @@
==========================================
  Files             1          1          
  Lines          1015       1015          
  Methods           0          0          
  Messages          0          0          
  Branches        171        171          
==========================================
  Hits            919        919          
  Misses           68         68          
  Partials         28         28          

Powered by Codecov. Last update 9623777...7d02c3a

frerich commented 7 years ago

Merging this, the amount of code duplication removed is just too good to pass up. Thanks!