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

JuliaLang / julia / #37349
77%

Build:
DEFAULT BRANCH: master
Ran 25 Nov 2022 12:09PM UTC
Jobs 1
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

pending completion
#37349

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

Jobs
ID Job ID Ran Files Coverage
1 #37349.1 25 Nov 2022 12:09PM UTC 0
92.93
Source Files on build #37349
Detailed source file information is not available for this build.
  • Back to Repo
  • d0a211a9 on github
  • Prev Build on master
  • Next Build on master
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