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

giampaolo / psutil / 3032
93%

Build:
DEFAULT BRANCH: master
Ran 30 Sep 2019 03:06AM UTC
Jobs 1
Files 4
Run time 1s
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

pending completion
3032

push

travis-ci

giampaolo
Don't pollute tree with temporary configure test files (#1597)

The docs for CCompiler.compile say:

> If output_dir is given, object files will be put under it, while retaining their
> original path component. That is, foo/bar.c normally compiles to foo/bar.o (for a
> Unix implementation); if output_dir is build, then it would compile to build/foo/bar.o.

What they forget to say is that path components are also retained if output_dir is not
specified, it just means it will do so in the current directory. So if you compile
a temporary C file /tmp/foo.c, it will produce a ./tmp/foo.o file relative to the
current directory.

This commit fixes that issue by passing an explicit output_dir itself located in
a temporary directory.

2146 of 2340 relevant lines covered (91.71%)

0.92 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3032.1 30 Sep 2019 03:06AM UTC 0
91.71
Travis Job 3032.1
Source Files on build 3032
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3032
  • ff1bc8cd on github
  • Prev Build on master (#3030)
  • Next Build on master (#3036)
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