Skip to content

Commit 71d48fa

Browse files
authored
Merge pull request #91 from nextcloud/bugfix/remove-codecov
Remove codecov from workflow
2 parents 044f351 + b26d454 commit 71d48fa

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.github/workflows/xcodebuild.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,3 @@ jobs:
3131
pathCoverage=NKFPK/.derivedData/Build/ProfileData/${directory}/Coverage.profdata
3232
cd ../../../../../
3333
xcrun llvm-cov export -format="lcov" -instr-profile $pathCoverage NKFPK/.derivedData/Build/Products/Debug/NextcloudFileProviderKitTests.xctest/Contents/MacOS/NextcloudFileProviderKitTests > coverage_report.lcov
34-
- name: Upload coverage to Codecov
35-
uses: codecov/codecov-action@v2
36-
with:
37-
token: ${{ secrets.CODECOV_TOKEN }}
38-
fail_ci_if_error: fail
39-
files: ./coverage_report.lcov
40-
verbose: true

0 commit comments

Comments
 (0)