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

Add a reporter for the AOSD 2 format #8980

Merged
merged 4 commits into from
Aug 14, 2024
Merged

Add a reporter for the AOSD 2 format #8980

merged 4 commits into from
Aug 14, 2024

Conversation

sschuberth
Copy link
Member

Please have a look at the individual commit messages for the details.

Adjust the docs slightly while at it.

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth requested a review from a team as a code owner August 12, 2024 14:45
The `License`'s `spdx` field should not contain any license name, but
only a real SPDX ID, if any.

Signed-off-by: Sebastian Schuberth <[email protected]>
Copy link

codecov bot commented Aug 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.97%. Comparing base (dc9a0dc) to head (50563bf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #8980   +/-   ##
=========================================
  Coverage     67.97%   67.97%           
  Complexity     1158     1158           
=========================================
  Files           241      241           
  Lines          7690     7690           
  Branches        867      867           
=========================================
  Hits           5227     5227           
  Misses         2106     2106           
  Partials        357      357           
Flag Coverage Δ
funTest-docker 67.39% <ø> (ø)
funTest-non-docker 33.92% <ø> (ø)
test 37.86% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@sschuberth sschuberth enabled auto-merge (rebase) August 12, 2024 15:41
LicenseView.ONLY_DETECTED,
AOSD2.Origin.SCM,
copyrights
)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't we format multi-line when cases always with curly braces?

Copy link
Member Author

@sschuberth sschuberth Aug 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we usually do... it was formatted that way by IntelliJ, and since Detekt did not complain, I left it that way to avoid some additional nesting / lines. Do you prefer to have curly braces?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, actually I would prefer to omit curly braces in such cases.

plugins/reporters/aosd/src/main/kotlin/Model.kt Outdated Show resolved Hide resolved
plugins/reporters/aosd/src/main/kotlin/Model.kt Outdated Show resolved Hide resolved
AOSD 2 stands for Audi Open Source Diagnostics, version 2. See [1].

[1]: https://www.aosd.cloud.audi/help

Signed-off-by: Sebastian Schuberth <[email protected]>
@sschuberth sschuberth merged commit e8e3416 into main Aug 14, 2024
22 checks passed
@sschuberth sschuberth deleted the aosd-reporter branch August 14, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants