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

OverLordGoldDragon / see-rnn / 247 / 5
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 09 May 2020 09:58PM UTC
Files 7
Run time 0s
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

09 May 2020 09:50PM UTC coverage: 98.409% (-0.2%) from 98.579%
TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.1.0" KERAS_VERSION="2.3.1" TF_KERAS="1" TF_EAGER="1"

push

travis-ci-com

web-flow
Improve `configs` defaults handling

**FEATURE**: in `visuals_gen` and `visuals_rnn`, `configs` will now keep values of dicts of `defaults`, unless specifying the same keys. E.g.:

```python
defaults = {'1': dict(a=1, b=2), '2': dict(c=3, d=4)}
configs  = {'1': dict(a=3, g=5)}
kw = {'1': {'a': 3, 'g': 5, 'b': 2}, '2': {'c': 3, 'd': 4}}  # AFTER
kw = {'1': {'a': 3, 'g': 5},         '2': {'c': 3, 'd': 4}}  # BEFORE
```
Also will apply `deepcopy(configs)` to not affect external dict.

1299 of 1320 relevant lines covered (98.41%)

0.98 hits per line

Source Files on job 247.5 (TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.1.0" KERAS_VERSION="2.3.1" TF_KERAS="1" TF_EAGER="1")
  • Tree
  • List 0
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 205
  • Travis Job 247.5
  • 4868dcb1 on github
  • Prev Job for TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.1.0" KERAS_VERSION="2.3.1" TF_KERAS="1" TF_EAGER="1" on master (#243.5)
  • Next Job for TF_EAGER="0" TF_KERAS="0" TF_VERSION="2.1.0" KERAS_VERSION="2.3.1" TF_KERAS="1" TF_EAGER="1" on master (#248.5)
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