dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.44k stars 338 forks source link

Update greatest to v1.5 #1231

Closed zappolowski closed 6 months ago

zappolowski commented 8 months ago

The new version disallows nesting of tests. Therefore, test_markup_strip_a and test_markup_strip_img were converted to suites. This also means, that the number of tests is formally reduced by 2.

codecov-commenter commented 8 months ago

Codecov Report

Merging #1231 (0f7aab2) into master (c867291) will decrease coverage by 0.01%. The diff coverage is 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

@@            Coverage Diff             @@
##           master    #1231      +/-   ##
==========================================
- Coverage   66.23%   66.22%   -0.01%     
==========================================
  Files          46       46              
  Lines        7656     7654       -2     
==========================================
- Hits         5071     5069       -2     
  Misses       2585     2585              
Flag Coverage Δ
unittests 66.22% <100.00%> (-0.01%) :arrow_down:

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

Files Coverage Δ
test/markup.c 100.00% <100.00%> (ø)

:mega: Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

fwsmit commented 6 months ago

Looks good. Always great to update libraries.