Skip to content

Commit b865e79

Browse files
Revert: "Revert "feat: add CI and Codecov badges to README and set up Codecov integration"" (#19)
* Revert "Revert "feat: add CI and Codecov badges to README and set up Codecov …" This reverts commit a0b7709. * fix: add badge URLs to Check Links ignore list --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
1 parent 80daef0 commit b865e79

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,4 +186,4 @@ jobs:
186186
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
187187
- uses: jupyterlab/maintainer-tools/.github/actions/check-links@v1
188188
with:
189-
ignore_links: 'https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/'
189+
ignore_links: 'https://github.com/deepnote/jupyterlab-deepnote/pull/ https://github.com/deepnote/jupyterlab-deepnote/issues/ https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml https://github.com/deepnote/jupyterlab-deepnote/actions/workflows/ci.yml/badge.svg'

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)