We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f62a3e1 commit 9a3b0faCopy full SHA for 9a3b0fa
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v4
21
22
- name: Run tests
23
- run: dotnet test -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=false
+ run: dotnet test -c Release -p:CollectCoverage=false
24
25
build-linux:
26
name: Build, Test & Pack (Linux)
@@ -42,7 +42,7 @@ jobs:
42
run: dotnet build -c Release -p:ContinuousIntegrationBuild=true
43
44
45
- run: dotnet test --no-build -c Release --filter FullyQualifiedName\!~Tests.Integration -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
+ run: dotnet test --no-build -c Release -p:CollectCoverage=true -e:CoverletOutputFormat=opencover
46
47
- name: Publish to Codecov
48
uses: codecov/codecov-action@v5
0 commit comments