File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 4444 set -eux
4545 python -m pip install .[test]
4646
47- pytest -vv -r ap --cov jupyterlab_deepnote
47+ pytest -vv -r ap --cov jupyterlab_deepnote --cov-report=xml
4848 jupyter server extension list
4949 jupyter server extension list 2>&1 | grep -ie "jupyterlab_deepnote.*OK"
5050
5454 env :
5555 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
5656
57+ - name : Upload coverage to Codecov
58+ if : ${{ success() && (github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork) }}
59+ uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7
60+ with :
61+ token : ${{ secrets.CODECOV_TOKEN }}
62+ files : ./coverage.xml
63+ fail_ci_if_error : true
64+
5765 - name : Package the extension
5866 run : |
5967 set -eux
Original file line number Diff line number Diff line change 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+
36A Deepnote extension for JupyterLab
47
58This extension is composed of a Python package named ` jupyterlab_deepnote `
You can’t perform that action at this time.
0 commit comments