Skip to content

Commit

Permalink
Merge pull request #26 from nanotaboada/hotfix/codecov
Browse files Browse the repository at this point in the history
fix: adjust code coverage thresholds
  • Loading branch information
nanotaboada authored Mar 4, 2024
2 parents 1f06bfd + 311baf4 commit 3dcb5fb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,13 @@ ignore:
- "Dotnet.AspNetCore.Samples.WebApi/Program.cs"
- "Dotnet.AspNetCore.Samples.WebApi/Data"
- "Dotnet.AspNetCore.Samples.WebApi/Migrations"
- "Dotnet.AspNetCore.Samples.WebApi/Models"
- "Dotnet.AspNetCore.Samples.WebApi/Models"

coverage:
status:
project:
default:
threshold: 10%
patch:
default:
threshold: 10%

0 comments on commit 3dcb5fb

Please sign in to comment.