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

Avanade / NTangle / 11788290792

12 Nov 2024 12:19AM UTC coverage: 73.895% (+9.4%) from 64.469%
11788290792

Pull #52

github

web-flow
Merge 603ddbb9d into 5cd46db5b
Pull Request #52: v3.0.0

256 of 372 branches covered (68.82%)

Branch coverage included in aggregate %.

830 of 996 new or added lines in 40 files covered. (83.33%)

48 existing lines in 1 file now uncovered.

1199 of 1597 relevant lines covered (75.08%)

28.45 hits per line

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

0.0
/samples/SqlServerSidecarDemo/SqlServerSidecarDemo.Database/Program.cs
1
using DbEx.SqlServer.Console;
2

3
namespace SqlServerSidecarDemo.Database;
4

5
/// <summary>
6
/// <see href="https://github.com/Avanade/DbEx">DbEx</see>-based database deployment migration console program.
7
/// </summary>
8
public class Program
9
{
10
    /// <summary>
11
    /// Runs the database deployment migration using the passed <paramref name="args"/> string.
12
    /// </summary>
13
    /// <param name="args">>The command-line arguments.</param>
14
    /// <returns><b>Zero</b> indicates success; otherwise, unsuccessful.</returns>
15
    /// <remarks>The specified connection string is for default development purposes only, this should be overriden using a command line argument ('<c>-cs|--connection-string</c>' or '<c>-cv|--connection-varname</c>') 
16
    /// or environment variable ('<c>SqlServerSidecarDemo_ConnectionString</c>'). Note: any '<c>.</c>' characters in the environment variable name must be replaced with an '<c>_</c>'.</remarks>
17
    public static async Task<int> Main(string[] args) => await SqlServerMigrationConsole
×
NEW
18
        .Create<Program>("Data Source=.;Initial Catalog=SqlServerSidecarDemo;Integrated Security=True;TrustServerCertificate=true")
×
19
        .RunAsync(args).ConfigureAwait(false);
×
20
}
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