We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d8a396 commit 53ca865Copy full SHA for 53ca865
1 file changed
.github/workflows/dotnet.yml
@@ -24,13 +24,6 @@ jobs:
24
- name: Build with dotnet
25
run: dotnet build -c Release
26
- name: Run tests with coverage
27
- env:
28
- STORAGE_KEY: ${{ secrets.STORAGE_KEY_TOKEN }}
29
- STORAGE_SECRET: ${{ secrets.STORAGE_SECRET_TOKEN }}
30
- STORAGE_BUCKET: ${{ secrets.STORAGE_BUCKET_TOKEN }}
31
- STORAGE_ENDPOINT: ${{ secrets.STORAGE_ENDPOINT_TOKEN }}
32
- STORAGE_HTTPS: "true"
33
- STORAGE_PORT: "null"
34
run: |
35
cd ./src/Storage.Tests/
36
dotnet test -c Release --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover /p:Exclude="[*]Storage.Benchmark.*"
0 commit comments