Skip to content

Commit

Permalink
Update build_test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAliSalehi authored Sep 30, 2024
1 parent a1f328e commit d00d04b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
- name: Build
run: dotnet build --no-restore -p:DeterministicSourcePaths=false -p:DebugType=pdbonly
- name: Test
run: dotnet test -p:CollectCoverage=true -p:CoverletOutput=testResult/ -p:CoverletOutputFormat=opencover --verbosity diag --no-build
run: dotnet test -p:CollectCoverage=true -p:CoverletOutput=testResult/ -p:CoverletOutputFormat=opencover --verbosity normal --no-build
- name: Create Test Coverage Badge
uses: simon-k/[email protected]
id: create_coverage_badge
with:
label: Unit Test Coverage
color: brightgreen
path: testResult/coverage.opencover.xml
path: SharpGram.Tests/testResult/coverage.opencover.xml
gist-filename: sharpgram-coverage.json
gist-id: 7e37706c2cdef28ee452cd83721f6a3c
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}

0 comments on commit d00d04b

Please sign in to comment.