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

Generalise the report generation for ROBOT report and FP3 and FP7 reports #124

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

anitacaron
Copy link
Collaborator

@anitacaron anitacaron commented Jun 19, 2024

Fixes #120

When fixing the incompleteness of ROBOT report generation, I didn't realise it was also used for the FP3 and FP7 reports, so I made it more general now.

  • change default value for limitlines to 50 when generating FP reports instead changing in two places in the makefile
  • only assert error_count_level and error_count_rule when it's the ROBOT report
  • add condition in the template to show types of error and error breakdown only when it's the ROBOT report
  • generalise the row values in the table
  • only change row colour accordingly to error level when it’s the ROBOT report

…orts

When fixing the incompleteness of ROBOT report generation, I didn't
realise it was also used for the FP3 and FP7 reports, so I made it more
general now.
Change default value for `limitlines` to 50 when generating FP reports
instead changing in two places in the makefile.
Only assert error_count_level and error_count_rule when it's the ROBOT report
Add condition in the template to show types of error and error breakdown
only when the it's ROBOT report
Generalise the row values in the table
Only change row colour accordingly to error level when it's the ROBOT report
@anitacaron anitacaron self-assigned this Jun 19, 2024
@anitacaron anitacaron requested a review from matentzn June 19, 2024 11:01
@anitacaron anitacaron merged commit ca7061b into master Jun 20, 2024
1 check passed
@anitacaron anitacaron deleted the anitacaron/issue120 branch June 27, 2024 15:36
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.

Relation report page is empty even though TSV report is not empty
2 participants