.circleci/config.yml .codecov.yml .coveragerc .gitattributes .github/CODE_OF_CONDUCT.md .github/ISSUE_TEMPLATE/bug_report.md .github/ISSUE_TEMPLATE/feature_request.md .github/pull_request_template.md .gitignore .travis.yml Legal.txt MANIFEST.in Makefile README.rst appveyor.yml docs/CONTRIBUTING.rst docs/Makefile docs/gallery/README.txt docs/make.bat docs/source/api_docs.rst docs/source/building_api.rst docs/source/conf.py docs/source/contributing.rst docs/source/extensions.rst docs/source/figures/pynwb_package_overview.pptx docs/source/figures/software_architecture.pdf docs/source/figures/software_architecture.png docs/source/figures/software_architecture.pptx docs/source/figures/software_architecture_buildmanager.pdf docs/source/figures/software_architecture_buildmanager.png docs/source/figures/software_architecture_buildmanager.pptx docs/source/figures/software_architecture_concepts.pdf docs/source/figures/software_architecture_concepts.png docs/source/figures/software_architecture_concepts.pptx docs/source/figures/software_architecture_design_choices.pdf docs/source/figures/software_architecture_design_choices.png docs/source/figures/software_architecture_design_choices.pptx docs/source/figures/software_architecture_hdmfio.pdf docs/source/figures/software_architecture_hdmfio.png docs/source/figures/software_architecture_hdmfio.pptx docs/source/figures/software_architecture_mainconcepts.pdf docs/source/figures/software_architecture_mainconcepts.png docs/source/figures/software_architecture_mainconcepts.pptx docs/source/getting_started.rst docs/source/hdmf_logo-180x180.png docs/source/hdmf_logo.pdf docs/source/hdmf_logo.png docs/source/index.rst docs/source/legal.rst docs/source/make_a_release.rst docs/source/make_roundtrip_test.rst docs/source/overview_intro.rst docs/source/overview_software_architecture.rst docs/source/software_process.rst docs/source/update_requirements.rst docs/source/validation.rst license.txt requirements-dev.txt requirements-doc.txt requirements.txt setup.cfg setup.py src/hdmf/__init__.py src/hdmf/_version.py src/hdmf/array.py src/hdmf/backends/__init__.py src/hdmf/backends/hdf5/__init__.py src/hdmf/backends/hdf5/h5_utils.py src/hdmf/backends/hdf5/h5tools.py src/hdmf/backends/io.py src/hdmf/build/__init__.py src/hdmf/build/builders.py src/hdmf/build/map.py src/hdmf/build/warnings.py src/hdmf/container.py src/hdmf/data_utils.py src/hdmf/monitor.py src/hdmf/query.py src/hdmf/spec/__init__.py src/hdmf/spec/catalog.py src/hdmf/spec/namespace.py src/hdmf/spec/spec.py src/hdmf/spec/write.py src/hdmf/utils.py src/hdmf/validate/__init__.py src/hdmf/validate/errors.py src/hdmf/validate/validator.py test.py tests/__init__.py tests/coloredtestrunner.py tests/coverage/runCoverage tests/unit/__init__.py tests/unit/back_compat_tests/1.0.5.h5 tests/unit/back_compat_tests/__init__.py tests/unit/back_compat_tests/test_1_1_0.py tests/unit/build_tests/__init__.py tests/unit/build_tests/test_io_build_builders.py tests/unit/build_tests/test_io_manager.py tests/unit/build_tests/test_io_map.py tests/unit/build_tests/test_io_map_data.py tests/unit/spec_tests/__init__.py tests/unit/spec_tests/test_attribute_spec.py tests/unit/spec_tests/test_dataset_spec.py tests/unit/spec_tests/test_dtype_spec.py tests/unit/spec_tests/test_group_spec.py tests/unit/spec_tests/test_load_namespace.py tests/unit/spec_tests/test_ref_spec.py tests/unit/spec_tests/test_spec_catalog.py tests/unit/spec_tests/test_spec_write.py tests/unit/test_container.py tests/unit/test_io_hdf5.py tests/unit/test_io_hdf5_h5tools.py tests/unit/test_query.py tests/unit/test_utils.py tests/unit/utils_test/__init__.py tests/unit/utils_test/test_core_DataChunkIterator.py tests/unit/utils_test/test_core_ShapeValidator.py tests/unit/utils_test/test_docval.py tests/unit/utils_test/test_labelleddict.py tests/unit/validator_tests/__init__.py tests/unit/validator_tests/test_validate.py tox.ini versioneer.py <<<<<< network # path=/home/circleci/project/tests/coverage/runCoverage #!/bin/ksh # use default coverage name COV=coverage3 cd ../.. echo "" echo "Running Tests with Coverage:" ${COV} run --source=. test.py echo "" echo "Creating HTML output:" ${COV} html -d tests/coverage/htmlcov echo "" echo "Open /coverage/htmlcov/index.html to see results." echo "" <<<<<< EOF # path=/home/circleci/project/coverage.xml /home/circleci/project/src <<<<<< EOF