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

fix: checkpointlogger: use enum declaration order instead of value order #156

Merged
merged 2 commits into from
Oct 23, 2023

Merge branch 'main' into matt/another-checkpoint-bugfix

b7ac091
Select commit
Loading
Failed to load commit list.
Merged

fix: checkpointlogger: use enum declaration order instead of value order #156

Merge branch 'main' into matt/another-checkpoint-bugfix
b7ac091
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 23, 2023 in 0s

98.39% (-0.01%) compared to 01fd3cd

View this Pull Request on Codecov

98.39% (-0.01%) compared to 01fd3cd

Details

Codecov Report

Merging #156 (b7ac091) into main (01fd3cd) will decrease coverage by 0.01%.
The diff coverage is 93.75%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #156      +/-   ##
==========================================
- Coverage   98.39%   98.39%   -0.01%     
==========================================
  Files         374      374              
  Lines       27871    27897      +26     
==========================================
+ Hits        27424    27448      +24     
- Misses        447      449       +2     
Components Coverage Δ
NonTestCode 96.86% <88.23%> (-0.02%) ⬇️
OutsideTasks 98.22% <93.75%> (-0.01%) ⬇️
Files Coverage Δ
helpers/tests/unit/test_checkpoint_logger.py 100.00% <100.00%> (ø)
helpers/checkpoint_logger/__init__.py 96.83% <88.23%> (-1.09%) ⬇️

This change has been scanned for critical changes. Learn more