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

rwjdk / TrelloDotNet / 5992095035

27 Aug 2023 04:43PM UTC coverage: 69.438% (-1.4%) from 70.85%
5992095035

push

github

rwjdk
Version 1.8.0

824 of 1507 branches covered (0.0%)

Branch coverage included in aggregate %.

77 of 77 new or added lines in 9 files covered. (100.0%)

2082 of 2678 relevant lines covered (77.74%)

62.07 hits per line

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

0.0
/TrelloDotNet/TrelloDotNet/Model/Options/CardFields.cs
1
namespace TrelloDotNet.Model.Options
2
{
3
    /// <summary>
4
    /// Represent Card-Fields to include
5
    /// </summary>
6
    public class CardFields
7
    {
8
        /// <summary>
9
        /// Fields to include
10
        /// </summary>
11
        internal string[] Fields { get; }
×
12

13
        /// <summary>
14
        /// All Fields
15
        /// </summary>
16
        public static CardFields All => new CardFields("all");
×
17

18
        /// <summary>
19
        /// Constructor
20
        /// </summary>
21
        /// <param name="fields">The card-fields to include ('all' or see list of fields here: https://developer.atlassian.com/cloud/trello/guides/rest-api/object-definitions/#card-object)</param>
22
        public CardFields(params string[] fields)
×
23
        {
24
            Fields = fields;
×
25
        }
×
26
    }
27
}
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