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

Make Function Operator Type Stable #225

Merged
merged 3 commits into from
Nov 5, 2023

Fix incorrect ordering of output and input types

ec73bd2
Select commit
Loading
Failed to load commit list.
Merged

Make Function Operator Type Stable #225

Fix incorrect ordering of output and input types
ec73bd2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 5, 2023 in 1s

69.73% (+0.07%) compared to 451c583

View this Pull Request on Codecov

69.73% (+0.07%) compared to 451c583

Details

Codecov Report

Merging #225 (ec73bd2) into master (451c583) will increase coverage by 0.07%.
The diff coverage is 88.67%.

@@            Coverage Diff             @@
##           master     #225      +/-   ##
==========================================
+ Coverage   69.65%   69.73%   +0.07%     
==========================================
  Files          10       10              
  Lines        1618     1642      +24     
==========================================
+ Hits         1127     1145      +18     
- Misses        491      497       +6     
Files Coverage Δ
src/basic.jl 70.96% <100.00%> (ø)
src/utils.jl 100.00% <100.00%> (ø)
src/func.jl 83.10% <88.23%> (-0.84%) ⬇️

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!