Skip to content

Commit 8f7d67e

Browse files
chore: adding coverlet package
1 parent 57da102 commit 8f7d67e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test-and-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
TWILIO_TO_NUMBER: ${{ secrets.TWILIO_TO_NUMBER }}
5353
run: |
5454
dotnet tool install --global dotnet-sonarscanner
55+
cd test/Twilio.Test
56+
dotnet add package coverlet.msbuild --version 6.0.2
57+
cd ../..
5558
make cover
5659
5760
deploy:

0 commit comments

Comments
 (0)