Skip to content

Commit

Permalink
Merge pull request #25 from stryker-mutator/fix/link
Browse files Browse the repository at this point in the history
fix: link
  • Loading branch information
xandervedder authored Oct 19, 2024
2 parents 751a926 + 94e73a0 commit b73ec86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/robo-coasters.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ template.innerHTML = `
<div id="view"><robo-choose-ride></robo-choose-ride></div>
<div class="alert alert-default" role="alert">
<h4 class="alert-heading">Prrt!</h4>
Curious about the <a target="_blank" href="reports/coverage/lcov-report/index.html">code coverage report</a> or the <a target="_blank" href="reports/mutation/mutation.html">mutation testing report</a>?
Curious about the <a target="_blank" href="reports/coverage/lcov-report/index.html">code coverage report</a> or the <a target="_blank" href="https://dashboard.stryker-mutator.io/reports/github.com/stryker-mutator/robo-coasters-example/master">mutation testing report</a>?
</div>
</div>
`;
Expand Down

0 comments on commit b73ec86

Please sign in to comment.