Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## combine-pacs-flows #353 +/- ##
======================================================
+ Coverage 95.74% 95.82% +0.07%
======================================================
Files 27 27
Lines 3129 3182 +53
Branches 3129 3182 +53
======================================================
+ Hits 2996 3049 +53
Misses 61 61
Partials 72 72 ☔ View full report in Codecov by Sentry. |
alexdewar
left a comment
There was a problem hiding this comment.
One small suggestion, but otherwise all good.
I suppose another way to do this would be to turn flows into a HashMap, with commodity IDs as the keys, which would also make it easier to look flows up by commodity ID. We could then check for duplicates when we populate it. But I think that's a job for another day (and would probably conflict with other things like what @TinyMarsh is working on anyway).
Co-authored-by: Alex Dewar <alexdewar@users.noreply.github.com>
|
Hmm weird, no I can't seem to. Usually it automatically changes the target branch... |
|
Right? I'm not sure what's happened here... I guess you'll have to make another PR. Sorry 😟 |
|
New (identical) PR - #354 |
Description
Adds a check to make sure no process has multiple flows for the same commodity
Fixes #248
Type of change
Key checklist
$ cargo test$ cargo docFurther checks