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

Add assert_count_true() to verify that an expected number of values are TRUE #573

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Merge branch 'main' into assert_count_true

1cb9c4b
Select commit
Loading
Failed to load commit list.
Open

Add assert_count_true() to verify that an expected number of values are TRUE #573

Merge branch 'main' into assert_count_true
1cb9c4b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

100.00% (+0.00%) compared to 81702b6

View this Pull Request on Codecov

100.00% (+0.00%) compared to 81702b6

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (81702b6) to head (1cb9c4b).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##              main      #573   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           27        28    +1     
  Lines         1413      1428   +15     
=========================================
+ Hits          1413      1428   +15     
Files with missing lines Coverage Δ
R/assertions.R 100.00% <100.00%> (ø)
R/clean_names.R 100.00% <100.00%> (ø)
R/round_half_up.R 100.00% <ø> (ø)