Skip to content

Commit

Permalink
Code coverage improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
David Walker committed Apr 13, 2020
1 parent db0fd6d commit 3131b72
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
using Microsoft.EntityFrameworkCore.Migrations;
using System.Diagnostics.CodeAnalysis;
using Microsoft.EntityFrameworkCore.Migrations;

namespace FlightRecorder.Data.Migrations
{
[ExcludeFromCodeCoverage]
public partial class security : Migration
{
protected override void Up(MigrationBuilder migrationBuilder)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
// <auto-generated />
using System;
using System.Diagnostics.CodeAnalysis;
using FlightRecorder.Data;
using Microsoft.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore.Infrastructure;
using Microsoft.EntityFrameworkCore.Storage.ValueConversion;

namespace FlightRecorder.Data.Migrations
{
[ExcludeFromCodeCoverage]
[DbContext(typeof(FlightRecorderDbContext))]
partial class FlightRecorderDbContextModelSnapshot : ModelSnapshot
{
Expand Down

0 comments on commit 3131b72

Please sign in to comment.