Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #58

Merged

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11

21d7101
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 #58

Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11
21d7101
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Reporter Summary succeeded Oct 25, 2023 in 0s

Test Reporter Summary ✔️

Tests passed successfully

Report Passed Failed Skipped Time
target/surefire-reports/TEST-com.alura.aluraflixapi.controller.VideoControllerTest.xml 5✔️ 10s
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest.xml 2✔️ 5s
target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest.xml 5✔️ 365ms

✔️ target/surefire-reports/TEST-com.alura.aluraflixapi.controller.VideoControllerTest.xml

5 tests were completed in 10s with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.controller.VideoControllerTest 5✔️ 10s

✔️ com.alura.aluraflixapi.controller.VideoControllerTest

✔️ get_video_by_id
✔️ delete_video_by_id_test
✔️ get_all_videos_test
✔️ save_a_new_video_test
✔️ update_video_by_id_test

✔️ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest.xml

2 tests were completed in 5s with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest 2✔️ 5s

✔️ com.alura.aluraflixapi.infraestructure.repository.VideoRepositoryTest

✔️ findVideoByTitleTest
✔️ findVideosByCategoriesTest

✔️ target/surefire-reports/TEST-com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest.xml

5 tests were completed in 365ms with 5 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest 5✔️ 365ms

✔️ com.alura.aluraflixapi.infraestructure.service.CategoryServiceImplTest

✔️ should_return_all_categories_in_database
✔️ should_delete_a_category_test
✔️ should_findCategory_by_id_test
✔️ should_return_a_category_searching_by_video_test
✔️ should_create_a_new_category_test