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

Prevent error when all failed autotest checks were of type "no_test" #87

Merged
merged 4 commits into from
Feb 21, 2024

Commits on Feb 16, 2024

  1. fix: Fixed an issue in autotest_single_yaml() where if all items in…

    … `reports` were not to be tested then the returned value of 'reports' was a data frame with 0 rows, instead of `NULL`.
    
    When `res` in `autotest_package()` is a data frame with 0 rows, `order_at_rows` experiences an error.
    simpar1471 committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    094607b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94d5d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    01bb5c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f93ef5f View commit details
    Browse the repository at this point in the history