Skip to content

Commit d6b0f20

Browse files
feat: add CI and Codecov badges to README and set up Codecov integration (#16)
* feat: add CI and Codecov badges to README * fix: correct workflow filename in CI badges * fix: update Codecov badge to include authentication token * fix: use ci.yml for CI badge to resolve Check Links failure * revert: remove build.yml workflow changes per review feedback --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 7d5d0ab commit d6b0f20

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# jupyterlab_deepnote
22

3+
[![CI](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml)
4+
[![codecov](https://codecov.io/gh/deepnote/jupyterlab-deepnote/graph/badge.svg?token=OV32VZNOJ2)](https://codecov.io/gh/deepnote/jupyterlab-deepnote)
5+
36
A Deepnote extension for JupyterLab
47

58
This extension is composed of a Python package named `jupyterlab_deepnote`

0 commit comments

Comments
 (0)