mirror of
https://github.com/duplicati/duplicati.git
synced 2026-05-06 07:16:38 -04:00
Updated the disk image tests to not test every combination of file system and partition table type on the CI.
This commit is contained in:
@@ -33,7 +33,7 @@ jobs:
|
||||
- name: Run unit tests with coverage
|
||||
run: |
|
||||
mkdir -p "$GITHUB_WORKSPACE/TestResults/unit"
|
||||
dotnet test --no-build --verbosity minimal --filter "Category!=Integration&ClassName!~SecretProviderSetSecretTests" --collect:"XPlat Code Coverage" --results-directory "$GITHUB_WORKSPACE/TestResults/unit" Duplicati.slnx
|
||||
dotnet test --no-build --verbosity minimal --filter "Category!=Integration&Category!=DiskImageLocal&ClassName!~SecretProviderSetSecretTests" --collect:"XPlat Code Coverage" --results-directory "$GITHUB_WORKSPACE/TestResults/unit" Duplicati.slnx
|
||||
|
||||
- name: Upload coverage reports to Codecov
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user