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

gtimelog / gtimelog / 10859827503
100%

Build:
DEFAULT BRANCH: master
Ran 14 Sep 2024 05:19AM UTC
Jobs 7
Files 3
Run time 1min
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 Sep 2024 10:36AM UTC coverage: 100.0%. Remained the same
10859827503

push

github

mgedmin
Fix tox when using tox-uv

The tox-uv plugin makes tox use 'uv pip install' for the install step,
and also it uses 'uv venv' for the virtualenvs and doesn't install pip
inside them.

I can either install pip manually, or require tox-uv and use uv pip, or
somehow try to autodetect whether uv is available and use it instead of
pip.  Depending on pip seems simplest.

Also, add a comment to self explaining why I'm jumping through hooks
with skip_install and commands_pre (this is so I can override commands
in other testenvs, like coverge, and then have them work the same way).

TBH I'm not sure commands_pre was a good idea, because now I have to
explicitly turn it off for all the helper toxenvs like flake8 etc.

More cleanup of toxenvs:

- [toxenv:coverage] was pip installing twice (once from commands_pre)
- [toxenv:coverage] was repeating the test dependencies instead of reusing
  {[toxenv]deps}
- basepython = python3 can be assumed, python 2 is mostly dead
- skip_install can be assumed to be inherited from [toxenv]
  (except for tool toxenvs I don't want to make any assumptions, in case
  I decide to switch back to installing all the deps by default)

776 of 776 relevant lines covered (100.0%)

6.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10859827503.1 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
2 10859827503.2 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
3 10859827503.3 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
4 10859827503.4 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
5 10859827503.5 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
6 10859827503.6 14 Sep 2024 05:19AM UTC 0
100.0
GitHub Action Run
7 10859827503.7 14 Sep 2024 05:20AM UTC 0
100.0
GitHub Action Run
Source Files on build 10859827503
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10859827503
  • 8b94a417 on github
  • Prev Build on master (#10283505243)
  • Next Build on master (#10969958509)
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