From b3cf0bfcccee268485db29e081ca5645277b79e8 Mon Sep 17 00:00:00 2001 From: Alan Rynne Date: Mon, 10 Feb 2020 19:43:21 +0100 Subject: [PATCH] More integration tests --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 225f6a8..753119d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,10 +7,10 @@ dotnet: 3.0 script: - dotnet restore - dotnet build -c Release - - dotnet test + - dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../coverage/opencover.xml after_success: - - bash <(curl -s https://codecov.io/bash) + - bash <(curl -s https://codecov.io/bash) -f "coverage/opencover.xml" branches: only: