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 2b22bb4 commit 77cb5f1Copy full SHA for 77cb5f1
.github/workflows/branch.yml
@@ -21,7 +21,5 @@ jobs:
21
uses: actions/setup-dotnet@v1
22
- name: Restore
23
run: dotnet restore
24
- - name: Tests
25
- run: dotnet test --no-restore /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
26
- name: Publish to Codecov
27
uses: codecov/codecov-action@v1
.github/workflows/production.yml
@@ -15,8 +15,6 @@ jobs:
15
16
- name: Build
17
run: dotnet build -c Release
18
19
- run: dotnet test -c Release --no-build
20
- name: Pack artifacts
run: dotnet pack src/Prometheus.Client.AspNetCore -c Release --no-build -o artifacts/
- name: Publish artifacts
0 commit comments