Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,6 @@ jobs:
-instr-profile=.build-test-debug/debug/codecov/default.profdata \
.build-test-debug/debug/OpenSwiftUIPackageTests.xctest/Contents/MacOS/OpenSwiftUIPackageTests \
> coverage.txt
- name: Build and run tests in release mode
run: |
set -o pipefail
NSUnbufferedIO=YES swift test \
-c release \
--filter OpenSwiftUITests \
--filter OpenSwiftUICoreTests \
--enable-code-coverage \
--build-path .build-test-release \
2>&1 | xcbeautify --renderer github-actions --preserve-unbeautified
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,6 @@ jobs:
.build-test-debug/debug/OpenSwiftUIPackageTests.xctest \
> coverage.txt
id: debug-test
- name: Building and running tests in release mode
run: |
swift test \
-c release \
--filter OpenSwiftUITests \
--filter OpenSwiftUICoreTests \
--build-path .build-test-release
id: release-test
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
Loading