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: PythonCall annotation #684

Merged
merged 9 commits into from
Oct 23, 2023

feat: use more restrictive regex to match template expressions

43aceaa
Select commit
Loading
Failed to load commit list.
Merged

feat: PythonCall annotation #684

feat: use more restrictive regex to match template expressions
43aceaa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2023 in 0s

100.00% (+0.00%) compared to f23fa29

View this Pull Request on Codecov

100.00% (+0.00%) compared to f23fa29

Details

Codecov Report

Merging #684 (43aceaa) into main (f23fa29) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##              main      #684   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           68        68           
  Lines         9239      9271   +32     
  Branches      1848      1850    +2     
=========================================
+ Hits          9239      9271   +32     
Files Coverage Δ
src/cli/generator.ts 100.00% <100.00%> (ø)
src/language/builtins/safe-ds-annotations.ts 100.00% <100.00%> (ø)
src/language/validation/names.ts 100.00% <100.00%> (ø)