Skip to content

Commit 87c69eb

Browse files
committed
rename github workflow as CI
1 parent ea06346 commit 87c69eb

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This workflow will install Python dependencies, run tests and lint with a variety of Python versions
22
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
33

4-
name: Server CI
4+
name: CI
55

66
on:
77
push:

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55

66
[![Development Status](https://img.shields.io/badge/Development%20Status-2%20--%20Pre--Alpha-yellow)](https://pypi.org/search/?c=Development+Status+%3A%3A+2+-+Pre-Alpha)
77
[![PyPI Shield](https://img.shields.io/pypi/v/sintel.svg)](https://pypi.python.org/pypi/sintel)
8+
[![Github](https://img.shields.io/github/workflow/status/signals-dev/sintel/CI)](https://github.com/signals-dev/sintel/actions)
89
[![Travis CI Shield](https://travis-ci.org/signals-dev/sintel.svg?branch=master)](https://travis-ci.org/signals-dev/sintel)
9-
[![Coverage Status](https://codecov.io/gh/signals-dev/sintel/branch/master/graph/badge.svg)](https://codecov.io/gh/signals-dev/sintel)
10+
[![Coverage Status](https://codecov.io/gh/signals-dev/sintel/branch/master/graph/badge.svg?token=WwM2IJURrq)](https://codecov.io/gh/signals-dev/sintel)
11+
<!-- [![Coverage Status](https://codecov.io/gh/signals-dev/sintel/branch/master/graph/badge.svg)](https://codecov.io/gh/signals-dev/sintel) -->
1012
[![Downloads](https://pepy.tech/badge/sintel)](https://pepy.tech/project/sintel)
1113
<!-- [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/signals-dev/sintel/master?filepath=tutorials) -->
1214

0 commit comments

Comments
 (0)