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

Bump org.junit.vintage:junit-vintage-engine from 5.11.3 to 5.11.4 #364

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Bump org.junit.vintage:junit-vintage-engine from 5.11.3 to 5.11.4

ec9a360
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Bump org.junit.vintage:junit-vintage-engine from 5.11.3 to 5.11.4 #364

Bump org.junit.vintage:junit-vintage-engine from 5.11.3 to 5.11.4
ec9a360
Select commit
Loading
Failed to load commit list.
GitHub Actions / Coverage succeeded Dec 16, 2024 in 0s

Code Coverage 93.03 %

This run completed at 12/16/2024 20:16:34

Details

Coverage Report: JaCoCo

  • htmlSanityCheck
Outcome Value
Code Coverage % 93.03%
✔️ Number of Lines Covered 1054
❌ Number of Lines Missed 79
Total Number of Lines 1133

Details:

org/aim42/htmlsanitycheck/gradle

✔️ HtmlSanityCheckTask.groovy

All Lines Covered!

✔️ HtmlSanityCheckPlugin.groovy

All Lines Covered!

org/aim42/filesystem

❌ FileCollector.java

Lines Missed:

        }

org/aim42/htmlsanitycheck

❌ Configuration.java

Lines Missed:

❌ ProductInformation.java

Lines Missed:

        } catch (IOException E) {
✔️ AllChecksRunner.java

All Lines Covered!

✔️ MisconfigurationException.java

All Lines Covered!

org/aim42/htmlsanitycheck/check

❌ MissingLocalResourcesChecker.java

Lines Missed:

        } catch (URISyntaxException e) {
            return;
❌ MissingImageFilesChecker.java

Lines Missed:

        } catch (UnsupportedEncodingException e) {
✔️ MissingAltInImageTagsChecker.java

All Lines Covered!

✔️ DuplicateIdChecker.java

All Lines Covered!

❌ AllCheckers.java

Lines Missed:

❌ SuggestingChecker.java

Lines Missed:

❌ BrokenHttpLinksChecker.java

Lines Missed:

        } catch (MalformedURLException exception) {
✔️ UnknownCheckerException.java

All Lines Covered!

❌ ImageMapChecker.java

Lines Missed:

        String linkTarget = (href.startsWith("#")) ? href.substring(1) : href;
❌ BrokenCrossReferencesChecker.java

Lines Missed:

        String linkTarget = (href.startsWith("#")) ? href.substring(1) : href;
        } catch (UnsupportedEncodingException e) {
❌ CheckerCreator.java

Lines Missed:

✔️ Checker.java

All Lines Covered!

org/aim42/net

❌ TrustAllCertificates.java

Lines Missed:

    }
    }
        catch (NoSuchAlgorithmException | KeyManagementException e)

org/aim42/htmlsanitycheck/suggest

❌ Suggester.java

Lines Missed:

org/aim42/htmlsanitycheck/collect

✔️ PerRunResults.java

All Lines Covered!

❌ Finding.java

Lines Missed:

    }
    }
❌ PageResults.java
✔️ SinglePageResults.java

All Lines Covered!

❌ CheckResults.java
❌ SingleCheckResults.java

Lines Missed:

❌ RunResults.java

org/aim42/htmlsanitycheck/comparator

✔️ SimilarityScoreComparator.java

All Lines Covered!

org/aim42/htmlsanitycheck/html

❌ HtmlElement.java

Lines Missed:

        return href.startsWith("#") ? href.substring(1) : href;
❌ HtmlConst.java

Lines Missed:

✔️ HtmlPage.java

All Lines Covered!

org/aim42/htmlsanitycheck/report

✔️ LoggerReporter.java

All Lines Covered!

❌ CreateLinkUtil.java

Lines Missed:

✔️ Reporter.java

All Lines Covered!

❌ SummarizerUtil.java

Lines Missed:

✔️ ConsoleReporter.java

All Lines Covered!

❌ JUnitXmlReporter.java

Lines Missed:

                    writer.writeCharacters(finding.getSuggestions() != null ? String.join(", ", finding.getSuggestions()) : "");
        } catch (IOException | XMLStreamException e) {
❌ HtmlReporter.java

Lines Missed:

        } catch (IOException e) {
        } catch (IOException e) {
        } catch (final IOException e) {
            } catch (IOException e) {
  • Line #405
        } catch (IOException e) {

org/aim42/htmlsanitycheck/tools

✔️ InvalidUriSyntaxException.java

All Lines Covered!

✔️ Web.java

All Lines Covered!

                            (!aUri.getPath().isEmpty()) // (2)