We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773aef8 commit 21a3693Copy full SHA for 21a3693
src/rattlesnake/cicd/report_pytest.py
@@ -160,6 +160,8 @@ def get_report_html(
160
<div><strong>Branch:</strong> <a href="https://github.com/{github_repo}/tree/{ref_name}"> {ref_name}</a></div>
161
<div><strong>Commit:</strong> <a href="https://github.com/{github_repo}/commit/{github_sha}"> {github_sha[:7]}</a></div>
162
<div><strong>Repository:</strong> <a href="https://github.com/{github_repo}">{github_repo}</a></div>
163
+ <div> </div>
164
+ <div><strong>Full report:</strong> <a href="https://sandialabs.github.io/rattlesnake-vibration-controller/reports/coverage/htmlcov/index.html">HTML</a></div>
165
</div>
166
167
0 commit comments