sile / sloggers

A Rust library which provides frequently used slog loggers and convenient functions
MIT License
37 stars 18 forks source link

Restrict permissions when compressing #53

Closed macladson closed 2 years ago

macladson commented 2 years ago

This should resolve #52. This restricts the compressed file permissions before anything is written into the file.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1432735431

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/file.rs 8 9 88.89%
<!-- Total: 8 9 88.89% -->
Files with Coverage Reduction New Missed Lines %
../../../../../usr/share/rust/.cargo/registry/src/github.com-1ecc6299db9ec823/crossbeam-channel-0.5.1/src/context.rs 1 57.38%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 1415142534: 0.2%
Covered Lines: 1599
Relevant Lines: 3305

💛 - Coveralls
sile commented 2 years ago

Thanks! I'll review this PR this weekend.