• 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/AttachmentFields.cs
1
namespace TrelloDotNet.Model.Options
2
{
3
    /// <summary>
4
    /// Represent the Attachments Fields to include
5
    /// </summary>
6
    public class AttachmentFields
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 AttachmentFields All => new AttachmentFields("all");
×
17
        /// <summary>
18
        /// 
19
        /// </summary>
20
        /// <param name="fields">'all' or any of these 'id', 'bytes', 'date', 'edgeColor', 'idMember', 'isUpload', 'mimeType', 'name', 'pos', 'previews', 'url'</param>
21
        public AttachmentFields(params string[] fields)
×
22
        {
23
            Fields = fields;
×
24
        }
×
25
    }
26
}
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