Skip to content

Commit 8e1eea0

Browse files
feat: add CI and Codecov badges to README
1 parent 973dff7 commit 8e1eea0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ jobs:
7070
files: coverage/pytest-results.xml,coverage/junit.xml
7171
fail_ci_if_error: true
7272

73+
7374
- name: Package the extension
7475
run: |
7576
set -eux

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/branch/main/graph/badge.svg)](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)