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

feat: resolve references to declarations in other files #586

Merged
merged 13 commits into from
Sep 30, 2023

test: ignore lines that act as a safeguard for coverage

25d8992
Select commit
Loading
Failed to load commit list.
Merged

feat: resolve references to declarations in other files #586

test: ignore lines that act as a safeguard for coverage
25d8992
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 30, 2023 in 1s

100.00% (+0.00%) compared to 3da8dd0

View this Pull Request on Codecov

100.00% (+0.00%) compared to 3da8dd0

Details

Codecov Report

Merging #586 (25d8992) into main (3da8dd0) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main      #586    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           29        29            
  Lines         3323      3492   +169     
  Branches       552       598    +46     
==========================================
+ Hits          3323      3492   +169     
Files Coverage Δ
src/language/helpers/shortcuts.ts 100.00% <100.00%> (ø)
src/language/scoping/safe-ds-scope-computation.ts 100.00% <100.00%> (ø)
src/language/scoping/safe-ds-scope-provider.ts 100.00% <100.00%> (ø)