From 395fbad64d3714e737287eca3b8e5c9a1c8cffb4 Mon Sep 17 00:00:00 2001 From: Jonathan Bauer <bauer@cs.uni-freiburg.de> Date: Tue, 16 Jul 2024 07:59:53 +0000 Subject: [PATCH] Results for commit: b0f47c59d450780dcac8cfbbe87404f03fe8a45c --- main/invenio@2.0.1/badge.svg | 12 ++++++------ main/invenio@2.0.1/validation_report.xml | 2 +- main/invenio@2.0.1/validation_summary.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/main/invenio@2.0.1/badge.svg b/main/invenio@2.0.1/badge.svg index 0512507..f3752c5 100644 --- a/main/invenio@2.0.1/badge.svg +++ b/main/invenio@2.0.1/badge.svg @@ -1,23 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<svg xmlns="http://www.w3.org/2000/svg" width="161" height="20"> +<svg xmlns="http://www.w3.org/2000/svg" width="96" height="20"> <linearGradient id="b" x2="0" y2="100%"> <stop offset="0" stop-color="#bbb" stop-opacity=".1"/> <stop offset="1" stop-opacity=".1"/> </linearGradient> <mask id="1"> - <rect width="161" height="20" rx="3" fill="#fff"/> + <rect width="96" height="20" rx="3" fill="#fff"/> </mask> <g mask="url(#1)"> <path fill="#555" d="M0 0h53v20H0z"/> - <path fill="#E05D44" d="M53 0h108v20H53z"/> - <path fill="url(#b)" d="M0 0h161v20H0z"/> + <path fill="#4C1" d="M53 0h43v20H53z"/> + <path fill="url(#b)" d="M0 0h96v20H0z"/> </g> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> <text x="27.5" y="15" fill="#010101" fill-opacity=".3">invenio</text> <text x="26.5" y="14">invenio</text> </g> <g fill="#fff" text-anchor="middle" font-family="DejaVu Sans,Verdana,Geneva,sans-serif" font-size="11"> - <text x="108" y="15" fill="#010101" fill-opacity=".3">1 Critical Errors</text> - <text x="107" y="14">1 Critical Errors</text> + <text x="75.5" y="15" fill="#010101" fill-opacity=".3">10/10</text> + <text x="74.5" y="14">10/10</text> </g> </svg> diff --git a/main/invenio@2.0.1/validation_report.xml b/main/invenio@2.0.1/validation_report.xml index 6cbf0d3..299ae7b 100644 --- a/main/invenio@2.0.1/validation_report.xml +++ b/main/invenio@2.0.1/validation_report.xml @@ -1 +1 @@ -<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="fsi"><testcase name="[ Critical; INVESTIGATION; Investigation Person Email ]" time="0.005"><failure message="'Investigation Person Email' is invalid." /></testcase><testcase name="[ Critical; INVESTIGATION; Investigation Title ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Description ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Email exists ]" time="0.000" /></testsuite></testsuites> \ No newline at end of file +<?xml version="1.0" encoding="utf-8"?><testsuites><testsuite name="fsi"><testcase name="[ Critical; INVESTIGATION; Investigation Title ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Description ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person First Name is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Last Name is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation exists ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Affiliation is not empty ]" time="0.003" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Email exists ]" time="0.000" /><testcase name="[ Critical; INVESTIGATION; Investigation Person Email ]" time="0.000" /></testsuite></testsuites> \ No newline at end of file diff --git a/main/invenio@2.0.1/validation_summary.json b/main/invenio@2.0.1/validation_summary.json index 350a30d..776a668 100644 --- a/main/invenio@2.0.1/validation_summary.json +++ b/main/invenio@2.0.1/validation_summary.json @@ -1 +1 @@ -{"Critical":{"HasFailures":true,"Total":10,"Passed":9,"Failed":1,"Errored":0},"NonCritical":{"HasFailures":false,"Total":0,"Passed":0,"Failed":0,"Errored":0},"ValidationPackage":{"Name":"invenio","Version":"2.0.1","Summary":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.","Description":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.\nThe following metadata is required:\n- Investigation has title and description\n- All persons in Investigation Contacts must have a name, last name, affiliation and valid email\n"}} \ No newline at end of file +{"Critical":{"HasFailures":false,"Total":10,"Passed":10,"Failed":0,"Errored":0},"NonCritical":{"HasFailures":false,"Total":0,"Passed":0,"Failed":0,"Errored":0},"ValidationPackage":{"Name":"invenio","Version":"2.0.1","Summary":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.","Description":"Validates if the ARC contains the necessary metadata to be publishable via Invenio.\nThe following metadata is required:\n- Investigation has title and description\n- All persons in Investigation Contacts must have a name, last name, affiliation and valid email\n"}} \ No newline at end of file -- GitLab