From 9ad6d13a1f8888f41a47eb45c7d9e1597b6e0789 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:03:31 +0000 Subject: [PATCH 1/2] feat: add CI and Codecov badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index fb5819eec1..ab7cfbb8e9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Deepnote Extension for Visual Studio Code +[![CI](https://github.com/deepnote/vscode-deepnote/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deepnote/vscode-deepnote/actions/workflows/ci.yml) +[![codecov](https://codecov.io/gh/deepnote/vscode-deepnote/branch/main/graph/badge.svg)](https://codecov.io/gh/deepnote/vscode-deepnote) + A [Visual Studio Code](https://code.visualstudio.com/) extension that provides support for [Deepnote notebooks](https://deepnote.com/) directly within VS Code. This extension allows you to work with Deepnote notebooks in VS Code, bringing the rich data science capabilities of Deepnote to your favorite editor. ![Deepnote Projects](./images/deepnote-projects.png) From 46eeadc93c1991fc458b88495ae67019639d5666 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 13:13:20 +0000 Subject: [PATCH 2/2] fix: update Codecov badge to include authentication token --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab7cfbb8e9..95562552b4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Deepnote Extension for Visual Studio Code [![CI](https://github.com/deepnote/vscode-deepnote/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deepnote/vscode-deepnote/actions/workflows/ci.yml) -[![codecov](https://codecov.io/gh/deepnote/vscode-deepnote/branch/main/graph/badge.svg)](https://codecov.io/gh/deepnote/vscode-deepnote) +[![codecov](https://codecov.io/gh/deepnote/vscode-deepnote/graph/badge.svg?token=NH066XG7JC)](https://codecov.io/gh/deepnote/vscode-deepnote) A [Visual Studio Code](https://code.visualstudio.com/) extension that provides support for [Deepnote notebooks](https://deepnote.com/) directly within VS Code. This extension allows you to work with Deepnote notebooks in VS Code, bringing the rich data science capabilities of Deepnote to your favorite editor.