Skip to content

Commit

Permalink
chore: added todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
tiwarishubham635 committed May 29, 2024
1 parent facd4f4 commit 42474b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ docker-push:
docker push twilio/twilio-csharp:${CURRENT_TAG}

cover:
# TODO: /d:sonar.coverage.exclusions is a temporary fix for new code files to be ignored from coverage report
dotnet sonarscanner begin /k:"$(PROJECT_NAME)" /o:"twilio" /d:sonar.host.url=https://sonarcloud.io /d:sonar.token="${SONAR_TOKEN}" /d:sonar.language="cs" $(SONAR_SOURCES) /d:sonar.coverage.exclusions=src/Twilio/JWT/AccessToken/TaskRouterGrant.cs /d:sonar.cs.opencover.reportsPaths="test/lcov.opencover.xml"
# Write to a log file since the logs for build with sonar analyzer are pretty beefy and travis has a limit on the number of log lines
dotnet build Twilio.sln > buildsonar.log
Expand Down

0 comments on commit 42474b1

Please sign in to comment.