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

JuliaLang / julia / #37349 / 1
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 25 Nov 2022 12:09PM UTC
Files 385
Run time 21s
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

25 Nov 2022 12:09PM UTC coverage: 92.926% (-0.5%) from 93.391%
#37349.1

push

local

web-flow
Filesystem: `rm(; recursive=true)` should ignore `UV_EACCES` (#47668)

The command-line program `rm` has no problem deleting an empty directory
that we do not have listing permissions on, so we should follow suit.

Example:

```
mktempdir() do dir
    mkpath("$(dir)/foo")
    chmod("$(dir)/foo", 0o200)
    rm(dir; recursive=true)
end
```

79582 of 85640 relevant lines covered (92.93%)

34984899.78 hits per line

Source Files on job #37349.1
  • Tree
  • List 0
  • Changed 306
  • Source Changed 0
  • Coverage Changed 306
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37349
  • d0a211a9 on github
  • Prev Job for on master (##37348.1)
  • Next Job for on master (##37350.1)
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