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

Print module in test_undefined_exports report #177

Merged
merged 2 commits into from
Sep 18, 2023

Conversation

lgoettgens
Copy link
Collaborator

Resolves #176.

I would not consider this a breaking change, as it only changes the internal function undefined_exports, but the semantics of test_undefined_exports stay identical.

@codecov
Copy link

codecov bot commented Sep 12, 2023

Codecov Report

Merging #177 (cdd63a9) into master (3cd8d0e) will not change coverage.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #177   +/-   ##
=======================================
  Coverage   77.61%   77.61%           
=======================================
  Files          11       11           
  Lines         746      746           
=======================================
  Hits          579      579           
  Misses        167      167           
Flag Coverage Δ
unittests 77.61% <100.00%> (ø)

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

Files Changed Coverage Δ
src/exports.jl 95.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@fingolfin fingolfin merged commit 275e71e into JuliaTesting:master Sep 18, 2023
18 checks passed
@lgoettgens lgoettgens deleted the lg/undefined-exports branch September 19, 2023 06:02
lgoettgens added a commit that referenced this pull request Sep 19, 2023
* Add test

* Print module in undefined export report
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.

Report which module has undefined exports
2 participants