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

Fix error information for code:get_coverage/2 #8728

Merged
merged 1 commit into from
Aug 19, 2024

Conversation

bjorng
Copy link
Contributor

@bjorng bjorng commented Aug 16, 2024

If code:get_coverage(cover_line_id, Module) failed, the first argument would be unjustly blamed for the failure, instead of the second argument ("the atom does not refer to a loaded module" or "not loaded with coverage enabled").

If `code:get_coverage(cover_line_id, Module)` failed, the first
argument would be unjustly blamed for the failure, instead of the
second argument ("the atom does not refer to a loaded module" or
"not loaded with coverage enabled").
@bjorng bjorng added team:VM Assigned to OTP team VM fix testing currently being tested, tag is used by OTP internal CI labels Aug 16, 2024
@bjorng bjorng self-assigned this Aug 16, 2024
Copy link
Contributor

github-actions bot commented Aug 16, 2024

CT Test Results

    2 files     70 suites   1h 2m 25s ⏱️
1 544 tests 1 302 ✅ 242 💤 0 ❌
1 715 runs  1 441 ✅ 274 💤 0 ❌

Results for commit 49288c0.

♻️ This comment has been updated with latest results.

To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass.

See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally.

Artifacts

// Erlang/OTP Github Action Bot

@bjorng bjorng merged commit 5da80a1 into erlang:maint Aug 19, 2024
17 checks passed
@bjorng bjorng deleted the bjorn/kernel/fix-error-explanation branch August 19, 2024 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix team:VM Assigned to OTP team VM testing currently being tested, tag is used by OTP internal CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant