Skip to content

[Snyk] Security upgrade jupyter-server from 1.24.0 to 2.7.2 #122

[Snyk] Security upgrade jupyter-server from 1.24.0 to 2.7.2

[Snyk] Security upgrade jupyter-server from 1.24.0 to 2.7.2 #122

Workflow file for this run

name: CodeCov
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
env:
OS: ubuntu-latest
PYTHON: '3.9'
steps:
- uses: actions/checkout@master
- name: Setup Python
uses: actions/setup-python@master
with:
python-version: 3.7
- name: 'generate report'
run: |
pip install coverage
pip install numpy
pip install pandas
pip install scipy
pip install plotly
pip install mkdocs-material
pip install mkdocstrings
pip install mkdocstrings
pip install pytkdocs
pip install mkdocs-jupyter
pip install pytest
pip install scikit-learn
pip install mkdocs-meta-descriptions-plugin
pip install jupyter_contrib_nbextensions
pip install colorlog
coverage erase
coverage run -m pytest
coverage report -m -i
coverage xml -i
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
name: codecov-umbrella
fail_ci_if_error: false