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

rwjdk / TrelloDotNet / 7308990850

23 Dec 2023 03:12PM UTC coverage: 63.815% (-2.5%) from 66.31%
7308990850

push

github

rwjdk
v1.9.7

890 of 1733 branches covered (0.0%)

Branch coverage included in aggregate %.

5 of 128 new or added lines in 7 files covered. (3.91%)

2 existing lines in 2 files now uncovered.

2332 of 3316 relevant lines covered (70.33%)

54.13 hits per line

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

0.0
/TrelloDotNet/TrelloDotNet/Model/Options/MoveCardToListOptions/MoveCardToListOptions.cs
1
namespace TrelloDotNet.Model.Options.MoveCardToListOptions
2
{
3
    /// <summary>
4
    /// Option of the Move
5
    /// </summary>
6
    public class MoveCardToListOptions
7
    {
8
        /// <summary>
9
        /// Position of the card on the new list (Will not be used if NamedPosition is used)
10
        /// </summary>
NEW
11
        public decimal? PositionOnNewList { get; set; }
×
12

13
        /// <summary>
14
        /// Named position of the card on the new list (will ignore position given in these options if any)
15
        /// </summary>
NEW
16
        public NamedPosition? NamedPositionOnNewList { get; set; }
×
17
    }
18
}
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