From 0179a7a7aa8b8e1ee7417497cf2387c25c3e919a Mon Sep 17 00:00:00 2001 From: Luigi Pellecchia Date: Thu, 12 Sep 2024 16:18:37 +0200 Subject: [PATCH] Rever changes to Test Case gap implemented in v1.4 because the gap is hihglited in the section coverage on the left side of the mappin Signed-off-by: Luigi Pellecchia --- app/src/app/Mapping/MappingListingTable.tsx | 11 +---------- changelog.md | 1 - pyproject.toml | 2 +- 3 files changed, 2 insertions(+), 12 deletions(-) diff --git a/app/src/app/Mapping/MappingListingTable.tsx b/app/src/app/Mapping/MappingListingTable.tsx index a62974c..fcb7f5f 100644 --- a/app/src/app/Mapping/MappingListingTable.tsx +++ b/app/src/app/Mapping/MappingListingTable.tsx @@ -318,15 +318,6 @@ const MappingListingTable: React.FunctionComponent = ( {coverageFormat(test_case['coverage'])}% Coverage - {indirect == false && test_case['coverage'] < 100 ? ( - - - - ) : ( - '' - )} {indirect == false && auth.isLogged() ? ( @@ -422,7 +413,7 @@ const MappingListingTable: React.FunctionComponent = ( {test_spec['gap'] != 0 ? ( - diff --git a/changelog.md b/changelog.md index 2d7f172..090e704 100644 --- a/changelog.md +++ b/changelog.md @@ -3,7 +3,6 @@ ## 1.4.x - Api pagination -- Test case gap highlight in case of direct mapping - By default sort api by name, library_version instead of by id ## 1.3.x diff --git a/pyproject.toml b/pyproject.toml index 384635f..7b00d01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "BASIL" -version = "1.4.2" +version = "1.4.3" description = "open source software quality management tool" authors = [ {name = "Luigi Pellecchia", email = "lpellecc@redhat.com"},