Brain-up / brn

The idea of this project is to design and make a web-application (with scientist cooperation) which would contained series of special audio trainings to support people with central auditory skills deficit to allow them to train them to listen better.
https://brainup.site
Creative Commons Zero v1.0 Universal
61 stars 26 forks source link

fix IT #2500

Closed ElenaSpb closed 1 year ago

ElenaSpb commented 1 year ago

fix IT

github-actions[bot] commented 1 year ago

Frontend test coverage: 45.59%

:man_shrugging: Did not change

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

github-actions[bot] commented 1 year ago

Gradle Unit and Integration Test Results

476 tests  ±0   472 :heavy_check_mark: ±0   1m 1s :stopwatch: -7s 112 suites ±0       4 :zzz: ±0  112 files   ±0       0 :x: ±0 

Results for commit 302a2518. ± Comparison against base commit 0e7949e6.

This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both. ``` com.epam.brn.repo.TaskRepositoryTest$GetTasks ‑ should return all tasks include answers() com.epam.brn.repo.TaskRepositoryTest$GetTasks ‑ should return all tasks() com.epam.brn.repo.TaskRepositoryTest$GetTasks ‑ should return list with one task includes answers for certain exercise() com.epam.brn.repo.TaskRepositoryTest$GetTasks ‑ should return task by id() ``` ``` com.epam.brn.integration.repo.TaskRepositoryTest$GetTasks ‑ should return all tasks include answers() com.epam.brn.integration.repo.TaskRepositoryTest$GetTasks ‑ should return all tasks() com.epam.brn.integration.repo.TaskRepositoryTest$GetTasks ‑ should return list with one task includes answers for certain exercise() com.epam.brn.integration.repo.TaskRepositoryTest$GetTasks ‑ should return task by id() ```