Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure pid directory exists #11

Merged
merged 1 commit into from
Aug 6, 2024

help ensure that pid file is writeable using `mkpath(dirname(file))`

fe4cc1b
Select commit
Loading
Failed to load commit list.
Merged

Ensure pid directory exists #11

help ensure that pid file is writeable using `mkpath(dirname(file))`
fe4cc1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 6, 2024 in 0s

90.12% (+0.37%) compared to c43646a

View this Pull Request on Codecov

90.12% (+0.37%) compared to c43646a

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.12%. Comparing base (c43646a) to head (fe4cc1b).

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
+ Coverage   89.74%   90.12%   +0.37%     
==========================================
  Files           4        4              
  Lines          78       81       +3     
==========================================
+ Hits           70       73       +3     
  Misses          8        8              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.