will-molloy / java-template

template repo for Java projects using Gradle with everything setup
https://github.com/will-molloy/java-template/generate
GNU General Public License v2.0
4 stars 57 forks source link

Add support for integration tests #179

Closed will-molloy closed 2 years ago

will-molloy commented 2 years ago

Add support for integration tests via gradle TestSets plugin.

Add CI job.

Ensure code coverage is reported (separate unit-tests and integration-tests flags).

codecov[bot] commented 2 years ago

Codecov Report

Merging #179 (2324b79) into main (38edae1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##                main      #179   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity         2         2           
===========================================
  Files              1         1           
  Lines              2         2           
===========================================
  Hits               2         2           
Flag Coverage Δ
integration-tests 100.00% <ø> (?)
unit-tests 100.00% <ø> (?)
unittests ?

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 38edae1...2324b79. Read the comment docs.