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: validation for annotation target #670

Merged
merged 5 commits into from
Oct 22, 2023

test: ignore line for coverage

af383a4
Select commit
Loading
Failed to load commit list.
Merged

feat: validation for annotation target #670

test: ignore line for coverage
af383a4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 22, 2023 in 0s

100.00% (+0.00%) compared to ba1e9a8

View this Pull Request on Codecov

100.00% (+0.00%) compared to ba1e9a8

Details

Codecov Report

Merging #670 (af383a4) into main (ba1e9a8) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##              main      #670    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           64        66     +2     
  Lines         8834      9067   +233     
  Branches      1764      1809    +45     
==========================================
+ Hits          8834      9067   +233     
Files Coverage Δ
src/language/builtins/safe-ds-annotations.ts 100.00% <100.00%> (ø)
src/language/builtins/safe-ds-enums.ts 100.00% <100.00%> (ø)
src/language/helpers/nodeProperties.ts 100.00% <100.00%> (ø)
src/language/safe-ds-module.ts 100.00% <100.00%> (ø)
src/language/validation/builtins/target.ts 100.00% <100.00%> (ø)
src/language/validation/safe-ds-validator.ts 100.00% <100.00%> (ø)