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

feat: Execution branch coverage report #4755

Merged
merged 17 commits into from
Nov 9, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix paths in expect file
  • Loading branch information
robin-aws committed Nov 8, 2023
commit ed93db2d4bf8c377cf311eedb56a160837a8abb1
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<link rel="stylesheet" href="./.resources/coverage.css" type="text/css"/>
<title>/Users/salkeldr/Documents/GitHub/dafny/Source/IntegrationTests/TestFiles/LitTests/LitTest/comp/BranchCoverage.dfy, Test Coverage</title>
<title>BranchCoverage.dfy, Test Coverage</title>
</head>
<body onload="window['PR_TAB_WIDTH']=4">
<div class="menu" id="menu">
<a href="./index_tests_actual.html">Index</a>

</div>
<h1>/Users/salkeldr/Documents/GitHub/dafny/Source/IntegrationTests/TestFiles/LitTests/LitTest/comp/BranchCoverage.dfy, Test Coverage</h1>
<h1>BranchCoverage.dfy, Test Coverage</h1>

<pre class="source lang-java linenums">
<span class="na" id="1:1">// RUN: %dafny /useBaseNameForFileName /compile:3 /coverage:- /spillTargetCode:1 /compileTarget:cs %S/BranchCoverage2.cs "%s" > "%t"
Expand Down