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

Add coverage on and coverage off annotations #491

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Add coverage on and coverage off annotations #491

merged 1 commit into from
Apr 8, 2024

Conversation

Alasdair
Copy link
Collaborator

@Alasdair Alasdair commented Apr 8, 2024

Annotating Sail code with $[coverage off] attributes will disable the generation of coverage points within the annotated expression or function when --c-coverage is used.

Coverage can be turned back on with $[coverage on].

Annotating Sail code with $[coverage off] attributes will disable
the generation of coverage points within the annotated expression or function
when --c-coverage is used.

Coverage can be turned back on with $[coverage on].
Copy link

github-actions bot commented Apr 8, 2024

Test Results

    9 files  ±0     20 suites  ±0   0s ⏱️ ±0s
  619 tests ±0    619 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 984 runs  ±0  1 983 ✅ ±0  1 💤 ±0  0 ❌ ±0 

Results for commit d99f302. ± Comparison against base commit 3263dd6.

♻️ This comment has been updated with latest results.

@Alasdair Alasdair merged commit db6bcd4 into sail2 Apr 8, 2024
9 checks passed
@Alasdair Alasdair deleted the cov_annot branch May 2, 2024 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant