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

test/cover_compile.erl: Adapt testing to Erlang/OTP 27's native coverage support #25

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

dumbbell
Copy link
Member

Why

When native coverage support is enabled, the standalone function's module won't update the initial module(s) counters.

How

The assertions are skipped. The testcases are kind of useless when native coverage support is enabled.

…age support

[Why]
When native coverage support is enabled, the standalone function's
module won't update the initial module(s) counters.

[How]
The assertions are skipped. The testcases are kind of useless when
native coverage support is enabled.
@dumbbell dumbbell added this to the v0.3.0 milestone Jul 16, 2024
@dumbbell dumbbell self-assigned this Jul 16, 2024
Copy link

codecov bot commented Jul 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.06%. Comparing base (609880f) to head (e243002).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #25   +/-   ##
=======================================
  Coverage   86.06%   86.06%           
=======================================
  Files           3        3           
  Lines         940      940           
=======================================
  Hits          809      809           
  Misses        131      131           
Flag Coverage Δ
erlang-24 80.78% <ø> (ø)
erlang-25 82.71% <ø> (ø)
erlang-26 78.09% <ø> (ø)
os-ubuntu-latest 86.06% <ø> (ø)
os-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dumbbell dumbbell merged commit c20d3c8 into main Jul 16, 2024
10 checks passed
@dumbbell dumbbell deleted the adapt-testing-to-erlang27-native-coverage-support branch July 16, 2024 15:14
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