Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAliSalehi committed Sep 30, 2024
2 parents ac1432b + 2233f6d commit d5bcc37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ jobs:
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
run: dotnet build --no-restore -p:DeterministicSourcePaths=false -p:DebugType=pdbonly
- name: Test
run: dotnet test -p:CollectCoverage=true -p:CoverletOutput=.github/tests/ -p:CoverletOutputFormat=opencover --no-build --verbosity normal
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: ../../.github/tests/coverage.opencover.xml
path: testResult/coverage.opencover.xml
gist-filename: sharpgram-coverage.json
gist-id: 7e37706c2cdef28ee452cd83721f6a3c
gist-auth-token: ${{ secrets.GIST_AUTH_TOKEN }}

0 comments on commit d5bcc37

Please sign in to comment.