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

python-useful-helpers / exec-helpers
55%
master: 54%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/actions/download-artifact-7.0.0
DEFAULT BRANCH: master
Repo Added 23 Mar 2018 04:58PM UTC
Files 19
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 8.1.1
branch: 8.1.1
CHANGE BRANCH
x
Reset
  • 8.1.1
  • 1.1.1
  • 1.1.2
  • 1.10.0
  • 1.11.0
  • 1.11.1
  • 1.12.0
  • 1.12.1
  • 1.12.2
  • 1.13.0
  • 1.14.0
  • 1.14.1
  • 1.14.2
  • 1.14.3
  • 1.2.0
  • 1.2.1
  • 1.2.2
  • 1.3.0
  • 1.3.1
  • 1.3.2
  • 1.3.3
  • 1.3.4
  • 1.3.5
  • 1.3.6
  • 1.3.7
  • 1.3.8
  • 1.4.0
  • 1.4.1
  • 1.9.0
  • 1.9.1
  • 1.9.2
  • 1.9.3
  • 1.9.4
  • 1.9.5
  • 1.9.6
  • 1.9.7
  • 1.9.8
  • 1.9.9
  • 2.0.0
  • 2.0.1
  • 2.0.2
  • 2.1.0
  • 2.1.1
  • 2.1.2
  • 2.1.3
  • 2.10.0
  • 2.11.0
  • 2.11.1
  • 2.11.2
  • 2.11.3
  • 2.12.0
  • 2.12.1
  • 2.12.2
  • 2.13.0
  • 2.14.0
  • 2.2.0
  • 2.9.0
  • 2.9.1
  • 2.9.2
  • 2.9.3
  • 2.9.4
  • 2.9.5
  • 2.9.6
  • 3.0.0
  • 3.1.0
  • 3.1.1
  • 3.1.2
  • 3.1.3
  • 3.1.4
  • 3.1.5
  • 3.2.0
  • 3.2.1
  • 3.3.0
  • 3.3.1
  • 3.3.2
  • 3.4.0
  • 3.4.0.post1
  • 3.4.0.post2
  • 3.5.0
  • 3.5.1
  • 3.5.2
  • 3.5.3
  • 3.5.4
  • 3.5.5
  • 3.5.7
  • 3.6.0
  • 3.7.0
  • 4.0.0
  • 4.0.1
  • 4.1.0
  • 4.1.1
  • 4.1.3
  • 4.1.4
  • 4.1.5
  • 4.1.6
  • 4.1.7
  • 4.2.0
  • 4.3.0
  • 4.3.1
  • 4.4.0
  • 5.0.0
  • 5.1.0
  • 5.1.1
  • 5.2.0
  • 5.2.1
  • 5.2.2
  • 5.2.3
  • 5.2.4
  • 6.0.0a1
  • 6.0.0a2
  • 6.0.0b1
  • 6.0.0b2
  • 6.0.0b3
  • 6.0.0b4
  • 6.0.0b5
  • 6.0.0b6
  • 6.0.0rc1
  • 6.0.0rc2
  • 6.0.0rc3
  • 6.1.0
  • 6.1.1
  • 6.1.2
  • 6.1.3
  • 6.1.4
  • 6.1.5
  • 6.1.6.post0
  • 7.0.0
  • 7.0.1
  • 7.0.2
  • 7.0.3
  • 7.0.4
  • 7.0.5
  • 7.4.0
  • 8.0.0
  • 8.0.0.post0
  • 8.0.1
  • 8.1.0
  • 8.1.2
  • WIP_sshconfig
  • caching
  • conn_chain
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/download-artifact-4.3.0
  • dependabot/github_actions/actions/download-artifact-5.0.0
  • dependabot/github_actions/actions/download-artifact-6.0.0
  • dependabot/github_actions/actions/download-artifact-7.0.0
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/actions/upload-artifact-5
  • dependabot/github_actions/actions/upload-artifact-6
  • master
  • penguinolog-patch-1
  • py27
  • py34
  • py35
  • pyup-config
  • relax_typing_req
  • wip_ssh_proxy_command

18 Jun 2024 08:54AM UTC coverage: 55.017% (-0.04%) from 55.058%
9566461954

push

github

web-flow
Fix chroot_exe when used with context manager (#156)

* Fix chroot_exe when used with context manager

Use None for `chroot_exe` default argument.  This allows us to use
similar logic as `chroot_path`.

* Update exec_helpers/api.py

Co-authored-by: Alexey Stepanov <penguinolog@users.noreply.github.com>

* Update exec_helpers/async_api/api.py

Co-authored-by: Alexey Stepanov <penguinolog@users.noreply.github.com>

---------

Co-authored-by: Geert Kloosterman <geert.kloosterman@brightcomputing.com>
Co-authored-by: Alexey Stepanov <penguinolog@users.noreply.github.com>

400 of 718 branches covered (55.71%)

Branch coverage included in aggregate %.

8 of 32 new or added lines in 4 files covered. (25.0%)

1075 of 1963 relevant lines covered (54.76%)

5.47 hits per line

Relevant lines Covered
Build:
Build:
1963 RELEVANT LINES 1075 COVERED LINES
5.47 HITS PER LINE
Source Files on 8.1.1
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
9566461954 8.1.1 Fix chroot_exe when used with context manager (#156) * Fix chroot_exe when used with context manager Use None for `chroot_exe` default argument. This allows us to use similar logic as `chroot_path`. * Update exec_helpers/api.py Co-auth... push 18 Jun 2024 02:01PM UTC web-flow github
55.02
See All Builds (721)
  • 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