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

roundup-tracker / roundup / 6766195030
74%

Build:
DEFAULT BRANCH: master
Ran 06 Nov 2023 04:20AM UTC
Jobs 1
Files 114
Run time 8s
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

06 Nov 2023 04:01AM UTC coverage: 74.942% (+0.2%) from 74.771%
6766195030

push

github

rouilj
fix: windows install using pip mislocates share directory

The setup code that tries to make the share install path absolute
prependeds something like:

  c:\program files\python_venv

to the paths. The equivalent on linux is recognized as an absolute
path. On windows this is treated oddly. This resulted in
the share files being placed in:

  c:\program files\python_venv\Lib\site-packages\program files\python_venv\share

Roundup was unable to find the files there. On windows (where the
platform starts with 'win') don't make the path absolute. This puts
share in:

  c:\program files\python_venv\Lib\share

and Roundup finds them.

The translations and templates are found by the roundup-server.
The docs are also installed under the share directory. The man pages
are not installed as windows doesn't have groff to format the source
documents.

This is the second fix from issues getting Roundup running on windows
discussed on mailing list by Simon Eigeldinger.

Thread starts with:

 https://sourceforge.net/p/roundup/mailman/message/41557096/

subject:  Installing Roundup on Windows 2023-10-05.

17702 of 23621 relevant lines covered (74.94%)

2.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 6766195030.1 06 Nov 2023 04:20AM UTC 0
74.94
GitHub Action Run
Source Files on build 6766195030
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #6766195030
  • e146fbf1 on github
  • Prev Build on master (#6732387702)
  • Next Build on master (#6938874871)
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