Skip to content

Conversation

@haraldh
Copy link
Collaborator

@haraldh haraldh commented Jan 12, 2026

The coverage and clippy workflows were not testing async code because they ran without --all-features. The tokio feature enables async support in the varlink crate, so without it:

  • Code coverage excluded all async code paths
  • Clippy did not lint async code

The CI workflow already had --all-features on line 47, so tests were running correctly, but coverage and linting were incomplete.

🤖 Generated with Claude Code

The coverage and clippy workflows were not testing async code because
they ran without --all-features. The tokio feature enables async
support in the varlink crate, so without it:
- Code coverage excluded all async code paths
- Clippy did not lint async code

The CI workflow already had --all-features on line 47, so tests were
running correctly, but coverage and linting were incomplete.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
@coveralls
Copy link

Pull Request Test Coverage Report for Build 20912140581

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 54.419%

Totals Coverage Status
Change from base Build 20912073532: 0.0%
Covered Lines: 2826
Relevant Lines: 5193

💛 - Coveralls

@haraldh haraldh merged commit 08bcf3f into master Jan 12, 2026
15 checks passed
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.

2 participants