Skip to content

Commit

Permalink
Update stryker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barzin144 authored Jul 2, 2024
1 parent cb82d18 commit 439c78f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stryker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
export PATH="$PATH:$HOME/.dotnet/tools"
dotnet tool install -g dotnet-stryker
echo "stryker_result=$(dotnet stryker -O ./reports)" >> $GITHUB_ENV
echo "stryker_result=$(dotnet stryker -O ./reports | grep -o '[0-9]\+.[0-9]\+\s*%')" >> $GITHUB_ENV
- name: Upload report
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 439c78f

Please sign in to comment.