Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
cababdc
remove
Itsusinn Apr 27, 2026
0d8ecde
ci
Itsusinn Apr 27, 2026
daf0ae2
fix time race
Itsusinn Apr 27, 2026
6898057
applied
Itsusinn Apr 27, 2026
0ffaff5
update tuic
Itsusinn Apr 27, 2026
00262a6
Merge branch 'master' into test/remove-docker-of-tuic
Itsusinn May 25, 2026
5e610a3
update tuic
Itsusinn May 25, 2026
a8b8c4c
update deps
Itsusinn May 25, 2026
e4c5d87
fix TOCTOU
Itsusinn May 25, 2026
7e947cf
extract tcp echo to common test utils
Itsusinn May 25, 2026
7742939
Merge branch 'master' into test/remove-docker-of-tuic
Itsusinn May 25, 2026
e07469a
Merge remote-tracking branch 'origin/master' into test/remove-docker-…
Itsusinn Jun 4, 2026
6d66ac3
add test
Itsusinn Jun 4, 2026
d03dbba
test(api): replace flaky httpbin.yba.dev with a local drip server
Itsusinn Jun 4, 2026
468173a
style: satisfy nightly rustfmt for drip-server helpers
Itsusinn Jun 4, 2026
14735c8
fix(test): restore IMAGE_TUIC for the docker-based throughput e2e
Itsusinn Jun 4, 2026
390b6b7
fix(test): drop `--compatibility=false` from throughput runner
Itsusinn Jun 4, 2026
a4478ba
test(tuic): skip TCP ping-pong tests under qemu-user emulation
Itsusinn Jun 4, 2026
0134dcc
feat(cli): enable compatibility mode via CLASH_RS_COMPATIBILITY_MODE env
Itsusinn Jun 4, 2026
50af038
style: rewrite compatibility-env merge as explicit OR
Itsusinn Jun 4, 2026
d24c234
Revert "test(api): replace flaky httpbin.yba.dev with a local drip se…
Itsusinn Jun 4, 2026
2062374
test(tuic): swap qemu-user runtime check for cfg_attr ignore
Itsusinn Jun 4, 2026
4061f11
test: add likely_qemu_emulated() helper for qemu-user detection
Itsusinn Jun 4, 2026
fbf8397
test: expose likely_qemu_emulated as a rustc-cfg from build.rs
Itsusinn Jun 4, 2026
228520e
test: rename cfg to qemu_emulated, drop likely_qemu_emulated() const fn
Itsusinn Jun 4, 2026
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
7 changes: 1 addition & 6 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,9 @@ jobs:
~/.cargo/registry/cache/
~/.cargo/git/db/
key: coverage-${{ hashFiles('**/Cargo.toml') }}-${{ matrix.os }}
- uses: ilammy/setup-nasm@v1

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Install Protoc
uses: arduino/setup-protoc@v3
with:
version: "23.x"
repo-token: ${{ secrets.GITHUB_TOKEN }}

Comment thread
Itsusinn marked this conversation as resolved.
- name: Cargo test and coverage
uses: clechasseur/rs-cargo@v4
Expand Down
Loading
Loading