hrntsm/Tunny

View on GitHub
OptunaTests/Storage/StorageSameBevaviorTests.cs

Summary

Maintainability
A
1 hr
Test Coverage

Method StorageLoadTest has 43 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        [Theory]
        [InlineData(@"TestFile/sqlite.db", "sqlite")]
        [InlineData(@"TestFile/journal.log", "log")]
        public void StorageLoadTest(string path, string type)
        {
Severity: Minor
Found in OptunaTests/Storage/StorageSameBevaviorTests.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status