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: annotation calls and named types referencing declarations in other files #587

Merged
merged 6 commits into from
Oct 1, 2023

Conversation

lars-reimann
Copy link
Member

Closes partially #540

Summary of Changes

Add tests to ensure that annotation calls and named types can reference declarations in other files. No changes to the implementation of the scope provider were needed.

@codecov
Copy link

codecov bot commented Oct 1, 2023

Codecov Report

Merging #587 (c780f00) into main (6b30de5) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #587   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           29        29           
  Lines         3492      3490    -2     
  Branches       598       599    +1     
=========================================
- Hits          3492      3490    -2     
Files Coverage Δ
src/language/scoping/safe-ds-scope-provider.ts 100.00% <100.00%> (ø)

@github-actions
Copy link

github-actions bot commented Oct 1, 2023

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ REPOSITORY git_diff yes no 0.05s
✅ TYPESCRIPT eslint 6 0 0 4.66s
✅ TYPESCRIPT prettier 6 0 0 1.2s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@lars-reimann lars-reimann merged commit 928b520 into main Oct 1, 2023
6 checks passed
@lars-reimann lars-reimann deleted the tests-annotations-named-types-in-other-files branch October 1, 2023 10:35
@lars-reimann
Copy link
Member Author

🎉 This PR is included in version 0.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@lars-reimann lars-reimann added the released Included in a release label Oct 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Included in a release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants