Update tests.yaml

This commit is contained in:
Timothy Baldridge 2022-10-06 16:38:36 -06:00 committed by GitHub
parent 0eaa298b59
commit f9ad7b667b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ jobs:
- name: Test
shell: bash
run: find Wabbajack.*.Test -maxdepth 0 -type d ! -name "Wabbajack.App.Wpf" -exec dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter "Category!=FlakeyNetwork" {} \;
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover --filter "Category!=FlakeyNetwork"
- uses: codecov/codecov-action@v3
with: