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

Handle newly introduced unknown measures #39

Merged
merged 2 commits into from
Mar 15, 2022
Merged

Conversation

mikapfl
Copy link
Member

@mikapfl mikapfl commented Mar 15, 2022

The DI API introduced unspecified measures! Previously, we already had unspecified categories, but now we also get unspecified measures. We handle them like we handle unspecified categories, by calling them unknown measure nr. {measureId}. Fixes: #37

@codecov
Copy link

codecov bot commented Mar 15, 2022

Codecov Report

Merging #39 (07d5b16) into main (6f688f8) will increase coverage by 0.11%.
The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #39      +/-   ##
==========================================
+ Coverage   93.72%   93.83%   +0.11%     
==========================================
  Files           3        3              
  Lines         223      227       +4     
==========================================
+ Hits          209      213       +4     
  Misses         14       14              
Impacted Files Coverage Δ
unfccc_di_api/unfccc_di_api.py 92.51% <100.00%> (+0.16%) ⬆️

📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

@mikapfl mikapfl merged commit 9150563 into main Mar 15, 2022
@mikapfl mikapfl deleted the fix-unknown-measure branch March 15, 2022 09:35
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.

Unit tests raise NodeIDAbsentError
1 participant