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

informatics-lab / forest
69%
master: 77%

Build:
Build:
LAST BUILD BRANCH: add-name-example
DEFAULT BRANCH: master
Repo Added 27 Sep 2019 01:32PM UTC
Files 68
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

LAST BUILD ON BRANCH v0.4.3
branch: v0.4.3
CHANGE BRANCH
x
Reset
  • v0.4.3
  • action-generators
  • add-drivers-init-file
  • add-name-example
  • add_yaml
  • andrewgryan-patch-ux
  • broken_tutorial
  • bsd-license
  • cftime-1.1.1-support
  • claretandy-patch-1
  • cloud-formation
  • cloud-formation-multipart
  • colorbar-defaults
  • colorbar-preset
  • component-decorator
  • components-docs
  • conda-forge-python3.6
  • dataclass-support
  • datashader_support
  • developer_guide
  • disable-web-map-tiles
  • docker-container
  • document-drivers
  • driver-himawari
  • driver-specs
  • drivers-interface
  • dynamodb-flags
  • earth-networks-datashader
  • earth-networks-image
  • earthnetworks
  • ems-intake
  • extra-colorbars
  • feature-colorbar-layout
  • feature-datepicker
  • feature-display-bokeh-button
  • feature-modal-colorpalette
  • feature-modal-layerspec
  • feature-modal-ui-spec
  • feature-multicolor-colorspec-render
  • feature-multicolor-settings
  • feature-multicolor-state
  • feature-multicolor-ui
  • feature-multiple-colorbars-eida50
  • feature-multiple-colorbars-limits
  • feature-multiple-colorbars-reverse
  • feature-navigation-service
  • feature-tilable-image
  • feature-toggles
  • fix-conda-build
  • fix-conda-build-2
  • fix-console-log
  • fix-cprofile-run
  • fix-database-prefix-directory
  • fix-dateline-clip
  • fix-datetime-support
  • fix-eida50-tests
  • fix-feature-ui
  • fix-get-database-os
  • fix-json-float32
  • fix-label-pattern
  • fix-lambda-permissions
  • fix-layer-variables
  • fix-memory-issue
  • fix-navigator-middleware
  • fix-nearcast-variables
  • fix-presign-url-failure
  • fix-roll-axis
  • fix-saf-dataset
  • fix-server-config
  • fix-server-container
  • fix-sqlite3-datetime
  • fix-stale-inode
  • fix-template-no-root
  • fix-timestamp-old-state
  • forest207_switching_vars
  • forestjs
  • go-tool
  • hide-diagrams-button
  • hide-timeseries
  • highway-nairobi
  • hotfix-gateway-timeout
  • hotfix-import-xarray
  • hotfix-select-ui
  • key_press
  • layers-redux
  • lazy-navigation
  • lightning-update
  • lightningdemo
  • master
  • migrate-bokeh-2.0.2
  • miniconda-comment
  • missing-files
  • missing-pandas-docs
  • mjo
  • mouse_over_units
  • multiple-color-mappers
  • nearcast-support
  • optimize-eida50
  • optimize-eida50-times
  • patch-conda-forge
  • patch-pr-template
  • preset-file
  • preset-server
  • preset-storage
  • py38
  • rdt-netcdf-revisited
  • rdt2
  • rdt_coordinate
  • readthedocs-fix
  • reducer-docs
  • refactor-add-subscribers
  • refactor-colorbar-redux
  • refactor-colorspec
  • refactor-data-limits
  • refactor-dataset-optional-methods
  • refactor-datasets
  • refactor-eida50-driver
  • refactor-explicit-database-args
  • refactor-gpm-driver
  • refactor-intake-loader-driver
  • refactor-layers
  • refactor-layers-redux
  • refactor-nearcast-driver
  • refactor-old-state
  • refactor-profile-view
  • refactor-rdt-driver
  • refactor-remove-code
  • refactor-remove-timecontrols
  • refactor-rename-view-module
  • refactor-saf-driver
  • refactor-series-redux
  • refactor-ui-select
  • refactor-unified-model-driver
  • release
  • release-0.15.3
  • release-0.5.0
  • remove-directory-flag
  • remove-namedtuple-state
  • requirement-datashader
  • rx-distinct-comparator
  • select-layer-dialogue
  • server-database-update
  • ship-static-files
  • simple_cli
  • single-reducer
  • spacebar-play-pause
  • static-html-template
  • stdlib-template
  • tidy-ui
  • tiles-ui
  • time-ui
  • v0.10.0
  • v0.10.1
  • v0.11.0
  • v0.12.0
  • v0.12.1
  • v0.12.2
  • v0.12.3
  • v0.12.4
  • v0.12.5
  • v0.12.6
  • v0.12.7
  • v0.13.0
  • v0.13.1
  • v0.13.2
  • v0.13.3
  • v0.13.4
  • v0.13.5
  • v0.13.6
  • v0.13.7
  • v0.13.8
  • v0.14.0
  • v0.15.1
  • v0.15.3
  • v0.15.4
  • v0.15.5
  • v0.15.6
  • v0.15.7
  • v0.16.0
  • v0.16.1
  • v0.16.2
  • v0.16.3
  • v0.16.4
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • v0.17.3
  • v0.17.4
  • v0.4.0
  • v0.4.1
  • v0.4.2
  • v0.4.4
  • v0.5.0
  • v0.6.0
  • v0.7.1
  • v0.7.2
  • v0.8.0
  • v0.9.0
  • v0.9.1
  • v0.9.2
  • wcssp-philippines
  • wcssp-philippines-fix
  • wcssp_south_east_asia

pending completion
701

push

travis-ci

web-flow
Broken tutorial (#162)

* extract method build_loader

* add tests to cover replace_dir behaviour

* black box testing to understand build_loader method

* add test to reproduce issue

* began to fix problem

* add test case to understand parser syntax

* improved config.py docstrings

* test driven rules for combining patterns with directories

* refactor functions and test suite

* separate responsibilities between locator and loader constructors

* moved Loader construction logic into LoaderBuilder class

* extract loader_builder module

* simplify design using classmethods instead of builder pattern

* add export to support forest.Loader on import

* inline staticmethod and add docstrings

* add suggestions to tutorial

* change start.rst to match tutorial files

* adjust dates to make tutorial easier

* roll version forward to 0.4.3

561 of 940 branches covered (59.68%)

Branch coverage included in aggregate %.

2042 of 2847 relevant lines covered (71.72%)

1.43 hits per line

Relevant lines Covered
Build:
Build:
2847 RELEVANT LINES 2042 COVERED LINES
1.43 HITS PER LINE
Source Files on v0.4.3
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
701 v0.4.3 Broken tutorial (#162) * extract method build_loader * add tests to cover replace_dir behaviour * black box testing to understand build_loader method * add test to reproduce issue * began to fix problem * add test case to understan... push 08 Oct 2019 01:14PM UTC web-flow travis-ci pending completion  
713 v0.4.3 Broken tutorial (#162) * extract method build_loader * add tests to cover replace_dir behaviour * black box testing to understand build_loader method * add test to reproduce issue * began to fix problem * add test case to understan... push 08 Oct 2019 01:14PM UTC web-flow travis-ci-com pending completion  
See All Builds (3117)
  • Repo on GitHub
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