StarChart-Labs / flare-plugins

Gradle plug-ins with opinionated defaults to allow streamlined, consistent operations
MIT License
1 stars 0 forks source link

Switch all integration tests to TestGradleProject methodology #10

Closed romeara closed 5 years ago

romeara commented 5 years ago

Previously, there were multiple methods for integration-testing plug-ins with real project setups - directly referencing files in-place, and creating temporary projects. While the first resulted in less file IO, the second allows for more complex setups. In the interest of standardizing how these tests are written, the second should be applied to all test setups.

This change set applies the temporary project method to all integration tests not previously using it

codecov[bot] commented 5 years ago

Codecov Report

Merging #10 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff            @@
##             master     #10   +/-   ##
========================================
  Coverage      80.6%   80.6%           
  Complexity       77      77           
========================================
  Files            12      12           
  Lines           232     232           
  Branches         16      16           
========================================
  Hits            187     187           
  Misses           42      42           
  Partials          3       3
BlackDuckCoPilot commented 5 years ago

Black Duck Security Report

Merging #10 into master will not change security risk.

Click here to see full report