Skip to content

Commit 3888f05

Browse files
authored
Update build status to reflect GH actions (#937)
1 parent b760823 commit 3888f05

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Jupyter Enterprise Gateway Tests
1+
name: Builds
22
on:
33
push:
44
branches: '*'
@@ -65,12 +65,7 @@ jobs:
6565
- name: Run integration tests
6666
run: |
6767
SA="source $CONDA_HOME/bin/activate" make itest-yarn
68-
- name: Code coverage
69-
if: success()
70-
run: |
71-
codecov
7268
- name: Collect logs
73-
if: failure()
7469
run: |
7570
python --version
7671
pip --version

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77

88
# Jupyter Enterprise Gateway
99

10+
[![Actions Status](https://github.com/jupyter/enterprise_gateway/workflows/Builds/badge.svg)](https://github.com/jupyter/enterprise_gateway/actions)
1011
[![PyPI version](https://badge.fury.io/py/jupyter-enterprise-gateway.svg)](https://badge.fury.io/py/jupyter-enterprise-gateway)
1112
[![Downloads](https://pepy.tech/badge/jupyter-enterprise-gateway/month)](https://pepy.tech/project/jupyter-enterprise-gateway/month)
12-
[![Build Status](https://travis-ci.org/jupyter/enterprise_gateway.svg?branch=master)](https://travis-ci.org/jupyter/enterprise_gateway)
1313
[![Documentation Status](https://readthedocs.org/projects/jupyter-enterprise-gateway/badge/?version=latest)](https://jupyter-enterprise-gateway.readthedocs.io/en/latest/?badge=latest)
14-
[![Coverage Status](https://codecov.io/github/jupyter/enterprise_gateway/coverage.svg?branch=master)](https://codecov.io/github/jupyter/enterprise_gateway?branch=master)
1514
[![Google Group](https://img.shields.io/badge/google-group-blue.svg)](https://groups.google.com/forum/#!forum/jupyter) [![Join the chat at https://gitter.im/jupyter/enterprise_gateway](https://badges.gitter.im/jupyter/enterprise_gateway.svg)](https://gitter.im/jupyter/enterprise_gateway?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
1615

1716
Jupyter Enterprise Gateway enables Jupyter Notebook to launch remote kernels in a distributed cluster,

0 commit comments

Comments
 (0)