We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f757b0a commit f28c732Copy full SHA for f28c732
.github/workflows/macos.yml
@@ -44,7 +44,7 @@ jobs:
44
--build-path .build-test-debug
45
xcrun llvm-cov show \
46
-instr-profile=.build-test-debug/debug/codecov/default.profdata \
47
- .build-test-debug/debug/OPENBOXPackageTests.xctest/Contents/MacOS/OPENBOXPackageTests \
+ .build-test-debug/debug/OpenBoxPackageTests.xctest/Contents/MacOS/OpenBoxPackageTests \
48
> coverage.txt
49
- name: Build and run tests in release mode
50
env:
Tests/OpenBoxTests/README.md
@@ -1,7 +1,7 @@
1
-## OPENBOXTests
+## OpenBoxTests
2
3
-Test internal API of OPENBOX
+Test internal API of OpenBox
4
5
```swift
6
-@testable import OPENBOX
+@testable import OpenBox
7
```
0 commit comments