Skip to content

Commit

Permalink
remove coverage from GHA as no tests anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
godbout committed Aug 12, 2023
1 parent 41c7f30 commit 004feac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ jobs:
- name: build
run: |
cd Sources
xcodebuild -scheme "WooshyWindowToTheForeground" -configuration "Debug" -usePackageSupportBuiltinSCM -derivedDataPath $GITHUB_WORKSPACE -enableCodeCoverage YES clean build
xcodebuild -scheme "WooshyWindowToTheForeground" -configuration "Debug" -usePackageSupportBuiltinSCM -derivedDataPath $GITHUB_WORKSPACE clean build

0 comments on commit 004feac

Please sign in to comment.