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

EwoutH / EMAworkbench / 6905725855
80%
master: 80%

Build:
Build:
LAST BUILD BRANCH: deepsource-autofix-558ef8e8
DEFAULT BRANCH: master
Ran 17 Nov 2023 03:13PM UTC
Jobs 1
Files 34
Run time 5s
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

17 Nov 2023 03:10PM UTC coverage: 80.243% (+0.03%) from 80.217%
6905725855

Pull #17

github

web-flow
refactor: fix dangerous default argument

Do not use a mutable like `list` or `dictionary` as a default value to an argument. Python’s default arguments are evaluated once when the function is defined. Using a mutable default argument and mutating it will mutate that object for all future calls to the function as well.
Pull Request #17: refactor: fix dangerous default argument

35 of 41 new or added lines in 4 files covered. (85.37%)

4695 of 5851 relevant lines covered (80.24%)

0.8 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
94.18
-0.23% ema_workbench/analysis/scenario_discovery_util.py
2
73.8
-0.15% ema_workbench/analysis/prim.py
3
92.96
-0.6% ema_workbench/analysis/plotting.py
Jobs
ID Job ID Ran Files Coverage
1 6905725855.1 17 Nov 2023 03:13PM UTC 34
80.24
Source Files on build 6905725855
  • Tree
  • List 34
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #17
  • PR Base - deepsource (#6905579363)
  • Delete
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

© 2026 Coveralls, Inc