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

Add @serial decorator #13

Merged
merged 1 commit into from Mar 1, 2021
Merged

Add @serial decorator #13

merged 1 commit into from Mar 1, 2021

Conversation

lhl2617
Copy link
Contributor

@lhl2617 lhl2617 commented Feb 27, 2021

Summary

Test plan

  • Added property-based unit tests.

@codecov
Copy link

codecov bot commented Feb 27, 2021

Codecov Report

Merging #13 (a7d7912) into main (58f2e77) will increase coverage by 0.79%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #13      +/-   ##
==========================================
+ Coverage   92.37%   93.16%   +0.79%     
==========================================
  Files           9        9              
  Lines         354      395      +41     
==========================================
+ Hits          327      368      +41     
  Misses         27       27              
Impacted Files Coverage Δ
paprika/oo.py 100.00% <100.00%> (ø)
tests/test_oo.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 58f2e77...a7d7912. Read the comment docs.

@lhl2617 lhl2617 marked this pull request as ready for review February 27, 2021 23:31
@lhl2617 lhl2617 changed the title WIP: Issue #10 Add @serial decorator Feb 27, 2021
@@ -19,6 +19,7 @@ jobs:
run: |
pip install tabulate
pip install coverage
pip install hypothesis
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be removed when #15 is resolved

@lhl2617 lhl2617 force-pushed the pickle branch 3 times, most recently from 8f60b1e to 3e9fa5b Compare February 27, 2021 23:51
@codeclimate
Copy link

codeclimate bot commented Feb 28, 2021

Code Climate has analyzed commit a7d7912 and detected 0 issues on this pull request.

View more on Code Climate.

@rayanht rayanht merged commit 74b66dc into rayanht:main Mar 1, 2021
@lhl2617 lhl2617 mentioned this pull request Mar 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants