Skip to content

Commit a019f15

Browse files
rootSamYSF
authored andcommitted
fix: fix rebase problem
1 parent 93f41e2 commit a019f15

File tree

12 files changed

+2196
-1701
lines changed

12 files changed

+2196
-1701
lines changed

console/atest-ui/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"test": "vitest"
1717
},
1818
"dependencies": {
19+
"@vueuse/core": "^10.11.0",
1920
"codemirror": "^5.65.17",
2021
"diff-match-patch": "^1.0.5",
2122
"element-plus": "^2.3.7",

pkg/runner/monitor/monitor.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/runner/monitor/monitor_grpc.pb.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/server/remote_server.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -548,6 +548,7 @@ func (s *server) GetHistoryTestCase(ctx context.Context, in *HistoryTestCase) (r
548548
return
549549
}
550550

551+
<<<<<<< HEAD
551552
var ExecutionCountNum = promauto.NewCounter(prometheus.CounterOpts{
552553
Name: "atest_execution_count",
553554
Help: "The total number of request execution",

0 commit comments

Comments
 (0)