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

Refactor for allocations.jl #21

Merged
merged 8 commits into from
Dec 31, 2023
Merged

Conversation

VarLad
Copy link
Collaborator

@VarLad VarLad commented Dec 22, 2023

Usage:

@prep CheckerOptions(params) begin
# anything here
  @check begin
     # code to be checked here
   end
 end

@codecov-commenter
Copy link

codecov-commenter commented Dec 31, 2023

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (007f9f7) 30.89% compared to head (ae3fa0b) 19.40%.

❗ Current head ae3fa0b differs from pull request most recent head 57c2789. Consider uploading reports for the commit 57c2789 to get more accurate results

Files Patch % Lines
src/alloc.jl 66.66% 7 Missing ⚠️
src/check.jl 69.23% 4 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##              dev      #21       +/-   ##
===========================================
- Coverage   30.89%   19.40%   -11.50%     
===========================================
  Files           5        6        +1     
  Lines         178      134       -44     
===========================================
- Hits           55       26       -29     
+ Misses        123      108       -15     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

VarLad and others added 8 commits December 31, 2023 17:47
Fix some typos

Some bug fixing

Repetition

Convert GLM example

Revert absolute path

New abstract syntax

Change GLM again

mmmmmmmmmmmmmmmmmmmmm

Bugfix
Better defaults

Table and pretty printing of stuff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants