borisovodov / TreePicker

SwiftUI tree picker for selecting options from hierarchical data.
https://swiftpackageindex.com/borisovodov/TreePicker
MIT License
2 stars 0 forks source link

Delete Codecov support #18

Closed borisovodov closed 2 months ago

borisovodov commented 2 months ago

I didn't understand how to use llvm-cov command inside Github actions environment in macOS. Linux hasn't SwiftUI module, macOS environment hasn't llvm-cov. Without this command I can't recreate coverage report to codecov format: https://community.codecov.com/t/swift-package-support/675/4. So I gave up and delete all codecov artefacts from source code.