Skip to content

Conversation

@cwrau
Copy link
Contributor

@cwrau cwrau commented Sep 4, 2024

That way the user can more easily use this in a script

instead of

if [[ "$(dunstctl is-paused)" == "true" ]]; then
  {...}
fi

they can do

if dunstctl is-paused -e; then
  {...}
fi

@cwrau cwrau force-pushed the feat/exit-1-on-paused branch from 2f34da0 to bad4a47 Compare September 4, 2024 14:41
feat: also allow long-form arg
@cwrau cwrau force-pushed the feat/exit-1-on-paused branch from 976c93f to f213fa1 Compare September 24, 2024 07:35
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 65.37%. Comparing base (d2faa87) to head (f213fa1).
⚠️ Report is 189 commits behind head on master.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1378      +/-   ##
==========================================
+ Coverage   65.34%   65.37%   +0.02%     
==========================================
  Files          50       50              
  Lines        8326     8321       -5     
  Branches     1001      999       -2     
==========================================
- Hits         5441     5440       -1     
+ Misses       2885     2881       -4     
Flag Coverage Δ
unittests 65.37% <ø> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@zappolowski zappolowski merged commit c1cc6d1 into dunst-project:master Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants