Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content

Issue increase test coverage

uctwi requested to merge issue_increaseTestCoverage into develop

I improved the test coverage in several files, Restructured the Download Modal, added additional files for the api mocking.

  1. Improved test coverage in
  • ModelNameConverter image image
  • CookieConsentModel image image
  • Sidebar image image
  • Navbar image image
  • Download Modal image image
  1. Restructured DownloadModal => no logic is stored in the component anymore

  2. excluded some files from the coverage report

  • App.js and index.js => testing them (without snapshot) testing corresponds to full system tests
  • download functionality as it is extremely hard to setup and even harder to compare the result (e.g. for the PDF).
Edited by ufjxp

Merge request reports