karva-dev
karva
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Bump clap from 4.5.60 to 4.6.0 Bumps [clap](https://github.com/clap-rs/clap) from 4.5.60 to 4.6.0. - [Release notes](https://github.com/clap-rs/clap/releases) - [Changelog](https://github.com/clap-rs/clap/blob/master/CHANGELOG.md) - [Commits](https://github.com/clap-rs/clap/compare/clap_complete-v4.5.60...clap_complete-v4.6.0) --- updated-dependencies: - dependency-name: clap dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/clap-4.6.0
2 hours ago
Bump console from 0.16.2 to 0.16.3 Bumps [console](https://github.com/console-rs/console) from 0.16.2 to 0.16.3. - [Release notes](https://github.com/console-rs/console/releases) - [Changelog](https://github.com/console-rs/console/blob/main/CHANGELOG.md) - [Commits](https://github.com/console-rs/console/compare/0.16.2...0.16.3) --- updated-dependencies: - dependency-name: console dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/console-0.16.3
2 hours ago
Bump tracing-subscriber from 0.3.22 to 0.3.23 Bumps [tracing-subscriber](https://github.com/tokio-rs/tracing) from 0.3.22 to 0.3.23. - [Release notes](https://github.com/tokio-rs/tracing/releases) - [Commits](https://github.com/tokio-rs/tracing/compare/tracing-subscriber-0.3.22...tracing-subscriber-0.3.23) --- updated-dependencies: - dependency-name: tracing-subscriber dependency-version: 0.3.23 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
dependabot/cargo/tracing-subscriber-0.3.23
2 hours ago
Add tests to fill coverage gaps (#540) ## Summary - Add integration tests for the `karva version` command and `--config-file` flag - Add `version()` helper and version string filter to test infrastructure ## Test plan - [x] All 731 tests pass (`just test`) - [x] Pre-commit checks pass (`uvx prek run -a`)
main
22 hours ago
Fix Windows test failure with platform-specific OS error messages Split test_config_file_flag_nonexistent into separate unix/windows variants since the OS error text differs between platforms.
improve-test-coverage-2
22 hours ago
Add tests to fill coverage gaps across multiple crates - Add integration test for `karva version` command (version.rs was at 0%) - Add integration tests for `--config-file` flag (exercises `from_config_file()`) - Add unit tests for `VerbosityLevel` covering all enum variants - Add unit tests for `absolute()` path resolution edge cases - Add serde roundtrip tests for `QualifiedFunctionName` and `ModulePath` - Add `TestPathError::path()` accessor test for all error variants - Add `version()` helper and version string filter to test infrastructure
improve-test-coverage-2
22 hours ago
Improve test coverage and refactor visitor.rs (#539) ## Summary - Refactor `try_process_imported_symbol` in `visitor.rs` to use `?` via `resolve_imported_fixture()`, replacing 15 `let ... else { return }` patterns - Extract `is_generator()` helper to deduplicate generator detection logic - Add 10 new integration tests covering previously untested CLI flags and feature combinations ### Refactoring - `try_process_imported_symbol` now delegates to `resolve_imported_fixture() -> Option<()>` which uses `?` for all fallible steps - `is_generator()` extracted as a standalone function, used by both `process_fixture_function` and `resolve_imported_fixture` ### New tests - `--fail-fast` stops after first failure, works across modules - `--dry-run` with nested package structure - `-s` (show Python output) flag - `--retry` flag for flaky tests - `--output-format=concise` with test failures and discovery errors - `--durations` with skipped tests (verifies skipped tests appear in durations) - `--last-failed` with multiple files and after fixing a test - `@expect_fail` combined with `@parametrize` (both pytest and karva) ## Test plan - [x] `just test` ā all 716 tests pass - [x] `uvx prek run -a` ā all checks pass š¤ Generated with [Claude Code](https://claude.com/claude-code)
main
23 hours ago
Fix test_cmd_snapshot_with_current_dir on Windows Use `tempfile.gettempdir()` instead of hardcoded `/tmp` which doesn't exist on Windows.
improve-coverage-round-2
24 hours ago
Latest Branches
CodSpeed Performance Gauge
-1%
Bump clap from 4.5.60 to 4.6.0
#542
2 hours ago
ed9b8e6
dependabot/cargo/clap-4.6.0
CodSpeed Performance Gauge
0%
Bump console from 0.16.2 to 0.16.3
#543
2 hours ago
7d7e3e0
dependabot/cargo/console-0.16.3
CodSpeed Performance Gauge
-2%
Bump tracing-subscriber from 0.3.22 to 0.3.23
#541
2 hours ago
a42e2c3
dependabot/cargo/tracing-subscriber-0.3.23
Ā© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs