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

tableau / TabPy
50%
master: 58%

Build:
Build:
LAST BUILD BRANCH: jimjag-patch-1
DEFAULT BRANCH: master
Repo Added 07 Feb 2019 11:13PM UTC
Files 37
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 v.0.4.1
branch: v.0.4.1
CHANGE BRANCH
x
Reset
  • v.0.4.1
  • 0.4
  • 0.5
  • 0.6
  • 0.6.1
  • 0.8
  • 0.8.9
  • 0golovatyi-patch-1
  • 0golovatyi-patch-1-1
  • 2.10.0
  • 2.11.0
  • 2.12.0
  • 2.12.1
  • 2.13.0
  • 2.4.0
  • 2.5.0
  • 2.6.0
  • 2.9.0
  • ChairmanMa0/codeql-analysis
  • aantes/arrow
  • aantes/arrow-config
  • aantes/arrow-test
  • aantes/config-grpc-port
  • aantes/grpc-auth
  • aantes/py-version-docs
  • aantes/version-update
  • add-coveralls
  • add-features-to-info
  • add-to-docs-run-local-tabpy
  • add_python_version_3.9
  • anova_model
  • arrow
  • config-bug-895453
  • deploy-to-heroku-button
  • dev
  • dev-faq
  • dev_3
  • dev_500_on_401_fix
  • dev_api_doc
  • dev_auth_doc
  • dev_auth_not_required_error
  • dev_call_id
  • dev_ci_integ
  • dev_ci_version
  • dev_ci_version_1
  • dev_clean_prereqs
  • dev_cov
  • dev_cq
  • dev_ctrl_c
  • dev_eval
  • dev_fix_startup_path
  • dev_flake8_server
  • dev_improvements
  • dev_log_user
  • dev_pypi
  • dev_remove_dead_code
  • dev_rserve
  • dev_ssl_models
  • dev_tools_creds
  • dev_tools_creds_tests
  • dev_tools_doc
  • dev_tornado
  • dev_validate_creds
  • dleskosky-patch-1
  • dleskosky_security_doc_update
  • docker
  • enable-env-var
  • entity-name-update
  • experiment-remove-client
  • fix_models
  • fix_models_deployment
  • fix_scrutinizer
  • fix_startup
  • fix_subprocess
  • fix_vulnerabilities
  • flake8_dev
  • gzipTest
  • heroku
  • hotfix_model_override
  • hotfix_models
  • hotfix_pip
  • hxi
  • hxi/custom-auth-error
  • integ-tests
  • integration-test
  • jichikawa-dev-auth-warning
  • jichikawa-dev-bz2
  • jichikawa-dev-fix-scrutinizer
  • jichikawa-dev-integ-test
  • jichikawa-dev-security-docs-update
  • jichikawa-docs-update
  • jichikawa-fix-scrutinizer-ci
  • jichikawa-security-docs-update
  • jichikawa/handle-413-payload-response
  • jimjag-patch-1
  • jmoens-patch-1
  • jmoens-patch-1-1
  • jmoens-update-python-version-requirements
  • jmoens-version-bump
  • jmoens/W-14276657
  • jmoens/W-15923535
  • jmoens/W-16337942
  • jmoens/W-16337942-fix
  • jmoens/W-16338007
  • jmoens/updating_functions_without_is_public_set
  • jmoens_python310
  • jmoens_python310_support
  • jmoens_update_supported_python
  • johng42-docs-updates
  • johng42-patch-1
  • johng42-patch-2
  • johng42-patch-3
  • johng42-patch-4
  • leskosky_2.6_update
  • markdownlint
  • master
  • minimum-tls-config
  • models
  • models-timeout-bug
  • models_test
  • models_ttest
  • nmannheimer-heroku-docs-fix
  • nmannheimer-patch-1
  • nmannheimer-patch-fix-sklearn
  • no-python-version-3.6
  • pbkdf2
  • print-install-logs
  • python-shield-update
  • python-version-compatibility
  • query
  • read-timeout
  • regex_fix
  • remote_server
  • return-error-request
  • revert-521-deploy-to-heroku-fix
  • revert-546-0golovatyi-patch-1
  • revert_update_version
  • rxing_tabpy
  • secureInfo
  • startup-error
  • tabpy_docker
  • test
  • tools-docs-change
  • trying_without_python_3.6
  • update-to-5-point-0
  • update-travis-config
  • update_version

pending completion
210

push

travis-ci

web-flow
v0.4.1 (#275)

* Add TABPY_LOG_DETAILS config parameter

* Add SettingsParameters.py

* Update unit test

* Merge from dev

* Fix static pages path

* Remove duplicated tests

* Fix styling

* Code review feedback

* Fix markdownlint failure

* Fix markdownlint failure

* Code cleanup

* Update doc

* Update changelist

* Move unit tests to tests folder

* Update documentation for /info method

* Add set_env scripts

* Updated API documentation for /info and authentication

* Enabled optional install log printing (for Travis) on startup shell script..

* Strictly require urllib3==1.21.1

* Loosen urllib3 version requirements.

* Add auth tests

* Split unit and integration tests run

* Fix docs

* Fix docs

* Modify PYTHONPATH in travis.yml

* Modify PYTHONPATH in travis.yml

* Add base class for integration tests

* Integration tests for unknown URL

* Add SSL integ test

* Update documentation with more details for auth (#274)

* Update documentation with more details for auth

* Update swagger yml for basic auth

* Add anauthorized error to swagger

* Fix typo

* Fix PYTHONPATH

* Use set_env.sh in CI

* reverting CI changes to set PYTHONPATH

* source utils/set_env.sh

* Fix grammar

1062 of 2115 relevant lines covered (50.21%)

0.5 hits per line

Relevant lines Covered
Build:
Build:
2115 RELEVANT LINES 1062 COVERED LINES
0.5 HITS PER LINE
Source Files on v.0.4.1
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
210 v.0.4.1 v0.4.1 (#275) * Add TABPY_LOG_DETAILS config parameter * Add SettingsParameters.py * Update unit test * Merge from dev * Fix static pages path * Remove duplicated tests * Fix styling * Code review feedback * Fix markdownli... push 29 Apr 2019 06:15PM UTC web-flow travis-ci pending completion  
481 v.0.4.1 v0.4.1 (#275) * Add TABPY_LOG_DETAILS config parameter * Add SettingsParameters.py * Update unit test * Merge from dev * Fix static pages path * Remove duplicated tests * Fix styling * Code review feedback * Fix markdownli... push 29 Apr 2019 06:15PM UTC web-flow travis-ci-com pending completion  
See All Builds (1963)
  • 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