Skip to content

Commit

Permalink
fix: bump to latest lsd-core
Browse files Browse the repository at this point in the history
BREAKING CHANGE: major version update
  • Loading branch information
nickmcdowall committed Jun 28, 2023
1 parent dfd2423 commit 09184c8
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {
}

dependencies {
api 'io.github.lsd-consulting:lsd-core:5.2.2'
api 'io.github.lsd-consulting:lsd-core:6.0.1'
implementation 'org.junit.jupiter:junit-jupiter-api:5.9.2'
implementation 'org.junit.jupiter:junit-jupiter-engine:5.9.2'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>Aborted Test Report</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/style.min.css">

</head>
<body>
<main role="main">
Expand All @@ -23,13 +24,15 @@ <h2>Stacktrace</h2>
</section>



</article>
</main>
</body>
<footer>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/custom.min.js"></script>

<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>Disabled Test Report</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/style.min.css">

</head>
<body>
<main role="main">
Expand All @@ -16,13 +17,15 @@ <h3 class="warn">Description</h3>
</section>



</article>
</main>
</body>
<footer>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/custom.min.js"></script>

<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>Failure Test Report</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/style.min.css">

</head>
<body>
<main role="main">
Expand All @@ -23,13 +24,15 @@ <h2>Stacktrace</h2>
</section>



</article>
</main>
</body>
<footer>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/custom.min.js"></script>

<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
<html xmlns="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/html" xml:lang="en" lang="en">
<head>
<title>Successful Test Report</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/style.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/style.min.css">

</head>
<body>
<main role="main">
Expand All @@ -16,13 +17,15 @@ <h3 class="success">Description</h3>
</section>



</article>
</main>
</body>
<footer>
<script src="https://cdn.jsdelivr.net/npm/d3@7"></script>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/highlightjs/cdn-release@11/build/styles/dark.min.css">
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@5/src/main/resources/static/custom.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/lsd-consulting/lsd-core@6/src/main/resources/static/custom.min.js"></script>

<script>
addSliderForSvgZoom();
highlightLifelinesWhenClicked();
Expand Down

0 comments on commit 09184c8

Please sign in to comment.