Skip to content

Commit

Permalink
Update codecov link
Browse files Browse the repository at this point in the history
  • Loading branch information
EngHabu authored Feb 8, 2021
1 parent f577697 commit 955dbef
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
Flyteadmin
=============
[![Current Release](https://img.shields.io/github/release/lyft/flyteadmin.svg)](https://github.com/lyft/flyteadmin/releases/latest)
![Master](https://github.com/lyft/flyteadmin/workflows/Master/badge.svg)
[![Current Release](https://img.shields.io/github/release/flyteorg/flyteadmin.svg)](https://github.com/flyteorg/flyteadmin/releases/latest)
![Master](https://github.com/flyteorg/flyteadmin/workflows/Master/badge.svg)
[![GoDoc](https://godoc.org/github.com/lyft/flyteadmin?status.svg)](https://pkg.go.dev/mod/github.com/lyft/flyteadmin)
[![License](https://img.shields.io/badge/LICENSE-Apache2.0-ff69b4.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
[![CodeCoverage](https://img.shields.io/codecov/c/github/lyft/flyteadmin.svg)](https://codecov.io/gh/lyft/flyteadmin)
[![CodeCoverage](https://img.shields.io/codecov/c/github/flyteorg/flyteadmin.svg)](https://codecov.io/gh/flyteorg/flyteadmin)
[![Go Report Card](https://goreportcard.com/badge/github.com/lyft/flyteadmin)](https://goreportcard.com/report/github.com/lyft/flyteadmin)
![Commit activity](https://img.shields.io/github/commit-activity/w/lyft/flyteadmin.svg?style=plastic)
![Commit since last release](https://img.shields.io/github/commits-since/lyft/flyteadmin/latest.svg?style=plastic)
![Commit activity](https://img.shields.io/github/commit-activity/w/flyteorg/flyteadmin.svg?style=plastic)
![Commit since last release](https://img.shields.io/github/commits-since/flyteorg/flyteadmin/latest.svg?style=plastic)

Flyteadmin is the control plane for Flyte responsible for managing entities (task, workflows, launch plans) and
administering workflow executions. Flyteadmin implements the
[AdminService](https://github.com/lyft/flyteidl/blob/master/protos/flyteidl/service/admin.proto) which
[AdminService](https://github.com/flyteorg/flyteidl/blob/master/protos/flyteidl/service/admin.proto) which
defines a stateless REST/gRPC service for interacting with registered Flyte entities and executions.
Flyteadmin uses a relational style Metadata Store abstracted by [GORM](http://gorm.io/) ORM library.

Expand Down

0 comments on commit 955dbef

Please sign in to comment.