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

Show errors in Markdown and do not fail the grading #296

Merged
merged 4 commits into from
Dec 6, 2023
Merged

Conversation

uhafner
Copy link
Owner

@uhafner uhafner commented Dec 6, 2023

Student assignments might be empty in the beginning, so we should not fail the build if there are no reports yet.

@uhafner uhafner added the enhancement Enhancement of existing functionality label Dec 6, 2023
*
* @author Andreas Neumeier
*/
class LogHandlerTest {

Check notice

Code scanning / CodeQL

Unused classes and interfaces Note test

Unused class: LogHandlerTest is not referenced within this codebase. If not used as an external API it should be removed.
Copy link

github-actions bot commented Dec 6, 2023

🎓 Quality Checks - 214 of 400

🚦 JUnit - 100 of 100

10 tests passed

🐾 JaCoCo - 18 of 100

18% Covered , 82% Missed

🦠 PIT - 15 of 100

15% Killed , 85% Survived

⚠️ Warnings - 81 of 100

19 warnings found (0 errors, 0 high, 18 normal, 1 low)

More details are available in the GitHub Checks Result.

@uhafner uhafner marked this pull request as ready for review December 6, 2023 10:38
Copy link

github-actions bot commented Dec 6, 2023

🎓 Quality Checks - 214 of 400

🚦 JUnit - 100 of 100

10 tests passed

🐾 JaCoCo - 18 of 100

18% Covered , 82% Missed

🦠 PIT - 15 of 100

15% Killed , 85% Survived

⚠️ Warnings - 81 of 100

19 warnings found (0 errors, 0 high, 18 normal, 1 low)

More details are available in the GitHub Checks Result.

Copy link

github-actions bot commented Dec 6, 2023

🎓 Quality Checks - 212 of 400

🚦 JUnit - 100 of 100

10 tests passed

🐾 JaCoCo - 17 of 100

17% Covered , 83% Missed

🦠 PIT - 14 of 100

14% Killed , 86% Survived

⚠️ Warnings - 81 of 100

19 warnings found (0 errors, 0 high, 18 normal, 1 low)

More details are available in the GitHub Checks Result.

@uhafner uhafner merged commit 8662e6d into main Dec 6, 2023
7 checks passed
@uhafner uhafner deleted the report-finder branch December 6, 2023 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant