We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6949fdf commit e9f86d2Copy full SHA for e9f86d2
.github/workflows/VerifyChanges.yaml
@@ -42,7 +42,6 @@ jobs:
42
XCCOV_PRETTY_VERSION: 1.2.0
43
XCODE_SCHEME: DevColorExtraction
44
XCODE_DESTINATION: ${{ matrix.xcode_destination }}
45
- XCODE_TEST_PLAN: AllTests
46
steps:
47
- name: Checkout
48
uses: actions/checkout@v4
@@ -84,7 +83,7 @@ jobs:
84
83
- name: Log Code Coverage
85
if: github.event_name != 'push'
86
run: |
87
- xcrun xccov view --report .build/DevColorExtraction-Package_test.xcresult --json \
+ xcrun xccov view --report .build/DevColorExtraction_test.xcresult --json \
88
| ./xccovPretty --github-comment \
89
> .build/xccovPretty-${{ matrix.platform }}.output
90
- name: Upload Logs
0 commit comments