Skip to content

Commit

Permalink
Updates to code coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-John-paystack committed Oct 23, 2023
1 parent 79523a4 commit 78255cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/primary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
swift test --enable-code-coverage -v
xcrun llvm-cov show -instr-profile=.build/debug/codecov/default.profdata .build/debug/PaystackSDKPackageTests.xctest/Contents/MacOS/PaystackSDKPackageTests > coverage.report
brew install sonar-scanner
sonar-scanner -Dsonar.swift.coverage.reportPaths=coverage.report
bundle exec fastlane sonar_scan
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 78255cd

Please sign in to comment.