amazon-braket / BraketSimulator.jl

Apache License 2.0
9 stars 3 forks source link

fix: Exclude precompilation from coverage #6

Closed kshyatt-aws closed 2 months ago

kshyatt-aws commented 2 months ago

Issue #, if available: N/A

Description of changes: Exclude the precompilation files from coverage -- these aren't exercised by tests, because they are only run at package install.

Testing done: Unit tests passed locally.

Merge Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your pull request.

General

Tests

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 2 months ago

The author of this PR, kshyatt-aws, is not an activated member of this organization on Codecov. Please activate this user on Codecov to display this PR comment. Coverage data is still being uploaded to Codecov.io for purposes of overall coverage calculations. Please don't hesitate to email us at support@codecov.io with any questions.

krneta commented 2 months ago

Is there a way to exclude file patterns (like */precompile.jl) ?

kshyatt-aws commented 2 months ago

Not sure if there's an easy way in the GH action.