Compare commits

...

2 Commits

Author SHA1 Message Date
huang47
81332a3dca test: probe informational Codecov status 2026-07-17 15:29:37 -07:00
huang47
d4b1ced906 ci: make Codecov patch coverage informational 2026-07-17 13:27:56 -07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,9 @@
coverage:
status:
patch:
default:
informational: true
comment:
layout: 'header, diff, flags, files'
behavior: default

View File

@@ -132,7 +132,7 @@ export function useChart(
const chartInstance = ref<Chart | null>(null)
function createChart() {
if (!canvasRef.value) return
if (canvasRef.value === null) return
chartInstance.value?.destroy()