From d85472b3ad258591ddec0bafcce9008024faad97 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 17:33:00 +0800 Subject: [PATCH 01/14] chore: daily development --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index 9175238..b2d7d41 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -6,6 +6,7 @@ import './App.css' function App() { const [count, setCount] = useState(0) console.log(123) + console.log('123') return ( <>
From 4af4e91dfb8ebb24fad2a071f038540af9b41e2d Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 17:33:08 +0800 Subject: [PATCH 02/14] chore: daily development --- src/App.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App.tsx b/src/App.tsx index b2d7d41..15cab24 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,6 +7,7 @@ function App() { const [count, setCount] = useState(0) console.log(123) console.log('123') + console.log('123') return ( <>
From 5324631169eed9f86c7c7478c3bbcb34188380ea Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 17:33:23 +0800 Subject: [PATCH 03/14] chore: daily development --- src/App.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.tsx b/src/App.tsx index 15cab24..663fa94 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,6 +8,8 @@ function App() { console.log(123) console.log('123') console.log('123') + console.log('567') + console.log('890') return ( <>
From 33f4b7897d19d61732b619d63d431af6019dcfe0 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 17:33:32 +0800 Subject: [PATCH 04/14] chore: daily development --- .github/workflows/playwright.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 4c60007..fdae62f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -1,9 +1,9 @@ name: Playwright Tests on: push: - branches: [ main, master ] + branches: [ main, dev ] pull_request: - branches: [ main, master ] + branches: [ main, dev ] jobs: test: timeout-minutes: 60 From 0b7ed3e86756082ff1e4df4eecfaf5b56720172e Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 20:06:16 +0800 Subject: [PATCH 05/14] chore: daily development --- .github/workflows/playwright.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index fdae62f..2b4b109 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -21,6 +21,12 @@ jobs: run: npx @canyonjs/git-diff - name: Run Playwright tests run: pnpm run test + - name: Upload coverage to Canyon + uses: canyon-project/canyon-action@v1 + with: + coverage-file: coverage/coverage-final.json + canyon-url: https://your-canyon-server.com + instrument-cwd: ${{ github.workspace }} - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} with: From b35419428fc85f1b41f7035adb5b0018c4c5f320 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 20:08:05 +0800 Subject: [PATCH 06/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2b4b109..65121b1 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1 + uses: canyon-project/canyon-action@v1.0.1 with: coverage-file: coverage/coverage-final.json canyon-url: https://your-canyon-server.com From e46c9422e61e0159fbe5fd69150b8a72b7c2c8e1 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Wed, 28 Jan 2026 20:12:30 +0800 Subject: [PATCH 07/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 65121b1..6553c3a 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1.0.1 + uses: canyon-project/canyon-action@v1.0.2 with: coverage-file: coverage/coverage-final.json canyon-url: https://your-canyon-server.com From 3107908a42a8846876b0c9dc03e23df4da9ea4d1 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 10:58:53 +0800 Subject: [PATCH 08/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 6553c3a..8a96484 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1.0.2 + uses: canyon-project/canyon-action@v1.0.3 with: coverage-file: coverage/coverage-final.json canyon-url: https://your-canyon-server.com From 62126bf8a48133bc44286dee77d9bc335ef7eb92 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 11:01:25 +0800 Subject: [PATCH 09/14] chore: daily development --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78b7185..815b55e 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "scripts": { "dev": "vite", "build": "vite build", - "gen-coverage-report": "nyc report --reporter=@canyonjs/report-html --temp-dir=./.canyon_output", + "gen-coverage-report": "nyc report --reporter=json --reporter=@canyonjs/report-html --temp-dir=./.canyon_output", "test": "playwright test && npm run gen-coverage-report" }, "dependencies": { From 07cd549325acea559f7ef77245039fc0ca0a2d95 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 11:17:46 +0800 Subject: [PATCH 10/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8a96484..75d34bd 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1.0.3 + uses: canyon-project/canyon-action@v1.0.6 with: coverage-file: coverage/coverage-final.json canyon-url: https://your-canyon-server.com From a40e3ecb2f91eeddf3bcb4103d1fe87534c13a97 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 14:00:47 +0800 Subject: [PATCH 11/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 75d34bd..74b1c5f 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1.0.6 + uses: canyon-project/canyon-action@v1.0.9 with: coverage-file: coverage/coverage-final.json canyon-url: https://your-canyon-server.com From 3cd251e3da6bf77fcf0ef1efe7c2b8336dd4dde6 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 14:01:28 +0800 Subject: [PATCH 12/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 74b1c5f..c592af9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -25,7 +25,7 @@ jobs: uses: canyon-project/canyon-action@v1.0.9 with: coverage-file: coverage/coverage-final.json - canyon-url: https://your-canyon-server.com + canyon-url: https://app.canyonjs.io instrument-cwd: ${{ github.workspace }} - uses: actions/upload-artifact@v4 if: ${{ !cancelled() }} From 4ff8a4dd1bee672ea37876a241b1da991d906d8d Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 14:09:34 +0800 Subject: [PATCH 13/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index c592af9..9696174 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1.0.9 + uses: canyon-project/canyon-action@v1 with: coverage-file: coverage/coverage-final.json canyon-url: https://app.canyonjs.io From 0dacd4c0844e12879c68125933f28f1ae49fc321 Mon Sep 17 00:00:00 2001 From: Travis Zhang Date: Thu, 29 Jan 2026 14:17:10 +0800 Subject: [PATCH 14/14] chore: daily development --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 9696174..c592af9 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -22,7 +22,7 @@ jobs: - name: Run Playwright tests run: pnpm run test - name: Upload coverage to Canyon - uses: canyon-project/canyon-action@v1 + uses: canyon-project/canyon-action@v1.0.9 with: coverage-file: coverage/coverage-final.json canyon-url: https://app.canyonjs.io