• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

rwjdk / TrelloDotNet / 5985906022

26 Aug 2023 04:42PM UTC coverage: 71.075% (-2.5%) from 73.62%
5985906022

push

github

rwjdk
Added Search Features

825 of 1493 branches covered (0.0%)

Branch coverage included in aggregate %.

105 of 105 new or added lines in 12 files covered. (100.0%)

2077 of 2590 relevant lines covered (80.19%)

63.5 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/TrelloDotNet/TrelloDotNet/Model/Search/SearchResultOptionsTerms.cs
1
using System.Text.Json.Serialization;
2

3
namespace TrelloDotNet.Model.Search
4
{
5
    /// <summary>
6
    /// The Search-terms used in the search
7
    /// </summary>
8
    public class SearchResultOptionsTerms
9
    {
10
        /// <summary>
11
        /// The Test searched for
12
        /// </summary>
13
        [JsonPropertyName("text")]
14
        [JsonInclude]
15
        public string Text { get; private set; }
×
16
        /// <summary>
17
        /// If the search was partial search term matching
18
        /// </summary>
19
        [JsonPropertyName("partial")]
20
        [JsonInclude]
21
        public string Partial { get; private set; }
×
22
    }
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc