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: various checks related to inheritance #633

Merged
merged 6 commits into from
Oct 12, 2023

style: apply automated linter fixes

289f1e7
Select commit
Loading
Failed to load commit list.
Merged

feat: various checks related to inheritance #633

style: apply automated linter fixes
289f1e7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 12, 2023 in 1s

100.00% (+0.00%) compared to b72768c

View this Pull Request on Codecov

100.00% (+0.00%) compared to b72768c

Details

Codecov Report

Merging #633 (289f1e7) into main (b72768c) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main      #633    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           50        52     +2     
  Lines         6057      6188   +131     
  Branches      1107      1133    +26     
==========================================
+ Hits          6057      6188   +131     
Files Coverage Δ
src/language/helpers/nodeProperties.ts 100.00% <100.00%> (ø)
src/language/safe-ds-module.ts 100.00% <100.00%> (ø)
src/language/typing/safe-ds-class-hierarchy.ts 100.00% <100.00%> (ø)
src/language/typing/safe-ds-type-computer.ts 100.00% <100.00%> (ø)
...anguage/validation/experimentalLanguageFeatures.ts 100.00% <ø> (ø)
src/language/validation/inheritance.ts 100.00% <100.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)