AY2021S1-CS2103T-W16-3 / tp

https://ay2021s1-cs2103t-w16-3.github.io/tp/
MIT License
0 stars 6 forks source link

Add Pitest as CI with artifact #296

Closed wltan closed 4 years ago

wltan commented 4 years ago

Pitest is a resource intensive operation when run locally. This allows reports to be generated remotely.

It is run as a separate job, so as not to slow down the other verification jobs.

Test run for pushing: https://github.com/wltan/tp/runs/1368073912 Test run for pull request: (this PR, under 'Checks')

codecov-io commented 4 years ago

Codecov Report

Merging #296 (73ccc4a) into master (8e535b6) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #296   +/-   ##
=========================================
  Coverage     88.26%   88.26%           
  Complexity      951      951           
=========================================
  Files           120      120           
  Lines          2334     2334           
  Branches        319      319           
=========================================
  Hits           2060     2060           
  Misses          168      168           
  Partials        106      106           

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 8e535b6...73ccc4a. Read the comment docs.