Skip to content

Issue 182#183

Open
calderonsamuel wants to merge 4 commits intomainfrom
issue-182
Open

Issue 182#183
calderonsamuel wants to merge 4 commits intomainfrom
issue-182

Conversation

@calderonsamuel
Copy link
Copy Markdown

Have you read the Contributing Guidelines?

Yes

Issue #182

Description

get_attached_pkg_functions() was including comments when trying to identify aliases. this would cause the function that was imported after the '#nolint' to get an incorrect name in the list of attached functions/aliases. this later made the lint to incorrectly state that this function was not used.

If necessary, include screenshots and/or a step-by-step guide on how to test the changes.*

Definition of Done

  • The change is thoroughly documented.
  • The CI passes (R CMD check, linter, unit tests, spelling).
  • Any generated files have been updated (e.g. .Rd files with roxygen2::roxygenise())

@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.93%. Comparing base (ec94ee6) to head (ae2de2b).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #183   +/-   ##
=======================================
  Coverage   96.93%   96.93%           
=======================================
  Files          24       24           
  Lines        1174     1175    +1     
=======================================
+ Hits         1138     1139    +1     
  Misses         36       36           

☔ 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.

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.

1 participant