• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

openbraininstitute / neurodamus / 13676277126
90%

Build:
DEFAULT BRANCH: main
Ran 05 Mar 2025 12:44PM UTC
Jobs 2
Files 48
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Mar 2025 12:43PM UTC coverage: 62.895%. Remained the same
13676277126

push

github

web-flow
better merge dicts (#126)

## Context

Convenience function that merges intelligently dictionaries. Merging `{"a": 1, "b": {"c": 3, "d": 4}}` with `{"e": 2, "b": {"c": 5, "f": 6}}` produces: `{"a": 1, "e": 2, "b": {"c": 5, "d": 4, "f": 6}}`

Fix: #125

## Scope

Adding `merge_dicts` from MultiscaleRun. Added some unit tests to be
sure of not having regressions

## Testing

Added in `tests/tests_utils.py`

## Review
* [ ] PR description is complete
* [ ] Coding style (imports, function length, New functions, classes or
files) are good
* [ ] Unit/Scientific test added
* [ ] Updated Readme, in-code, developer documentation

5675 of 9023 relevant lines covered (62.89%)

0.87 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
1 baseline 13676277126.1 05 Mar 2025 12:44PM UTC 48
24.3
GitHub Action Run
2 unit 13676277126.2 05 Mar 2025 12:45PM UTC 48
62.51
GitHub Action Run
Source Files on build 13676277126
  • Tree
  • List 48
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13676277126
  • a668a62c on github
  • Prev Build on main (#13654687277)
  • Next Build on main (#13696995560)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc