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

rwjdk / TrelloDotNet / 23755519059

30 Mar 2026 04:25PM UTC coverage: 78.106% (-1.0%) from 79.144%
23755519059

push

github

rwjdk
2.6.0 (CRUD of Custom Fields)

2632 of 3636 branches covered (72.39%)

Branch coverage included in aggregate %.

0 of 89 new or added lines in 5 files covered. (0.0%)

4 existing lines in 1 file now uncovered.

4667 of 5709 relevant lines covered (81.75%)

145.32 hits per line

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

0.0
/src/TrelloDotNet/Model/Options/UpdateCustomFieldOptions/UpdateCustomFieldOption.cs
1
namespace TrelloDotNet.Model.Options.UpdateCustomFieldOptions
2
{
3
    /// <summary>
4
    /// Update of an CustomFieldOption
5
    /// </summary>
6
    public class UpdateCustomFieldOption
7
    {
8
        /// <summary>
9
        /// Text
10
        /// </summary>
NEW
11
        public string Text { get; set; }
×
12

13
        /// <summary>
14
        /// Updated position
15
        /// </summary>
NEW
16
        public decimal? Position { get; set; }
×
17

18
        /// <summary>
19
        /// Updated named position
20
        /// </summary>
NEW
21
        public NamedPosition? NamedPosition { internal get; set; }
×
22

23
        /// <summary>
24
        /// Updated Color
25
        /// </summary>
NEW
26
        public CustomFieldOptionColor? Color { get; set; }
×
27
    }
28
}
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

© 2026 Coveralls, Inc