PENEKhun / springdog

(개발중) 캡스톤 디자인 - SW의 안전성 지원을 위한 서비스형 보안 라이브러리 개발
Apache License 2.0
0 stars 0 forks source link

Reflect integration test coverage into total test coverage #33

Closed PENEKhun closed 1 month ago

PENEKhun commented 1 month ago

Changes

  1. include integration tests handled by springdog-integration-tests in the test coverage results of springdog submodules
  2. changed the 'springdog/build/reports/jacoco/jacocoRootReport/' directory to generate all test coverage consolidated.
image
  1. modified github actions according to the above changes