Skip to content

Commit

Permalink
Remove coverage data step
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAgani committed Feb 8, 2024
1 parent 7e6e925 commit c6ce12a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ jobs:
- name: Generate the project file
run: bundle exec fastlane setup
- name: Run tests
run: bundle exec fastlane test
- name: Gather code coverage
run: xcrun llvm-cov export -format="lcov" ./DerivedData/Build/Products/Debug/Curtz.framework/Curtz -instr-profile DerivedData/Build/ProfileData/*/Coverage.profdata > coverage_report.lcov
run: bundle exec fastlane test

0 comments on commit c6ce12a

Please sign in to comment.