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

Avanade / NTangle / 11781652615

11 Nov 2024 03:39PM UTC coverage: 74.159% (+9.7%) from 64.469%
11781652615

Pull #52

github

web-flow
Merge 75f584073 into 5cd46db5b
Pull Request #52: v3.0.0

256 of 368 branches covered (69.57%)

Branch coverage included in aggregate %.

830 of 978 new or added lines in 40 files covered. (84.87%)

70 existing lines in 1 file now uncovered.

1199 of 1594 relevant lines covered (75.22%)

28.5 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>
NEW
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")
×
NEW
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