diff --git a/.github/workflows/Typin-CI.yml b/.github/workflows/Typin-CI.yml index 81577fd8..c1536b2a 100644 --- a/.github/workflows/Typin-CI.yml +++ b/.github/workflows/Typin-CI.yml @@ -41,7 +41,7 @@ jobs: dotnet-version: 5.0.201 - name: Build & test - run: dotnet test src/Typin/Typin.sln --configuration Release-CI + run: dotnet test src/Typin/Typin.sln --configuration Release-CI --settings src/Typin/Typin.Tests/Coverage.runsettings - name: Upload coverage uses: codecov/codecov-action@v1.0.14