Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Akash - Decentralized Serverless Network

![tests](https://github.com/akash-network/node/workflows/tests/badge.svg)
[![tests](https://github.com/akash-network/node/actions/workflows/tests.yaml/badge.svg)](https://github.com/akash-network/node/actions/workflows/tests.yaml)
[![codecov](https://codecov.io/github/akash-network/node/coverage.svg?branch=main)](https://codecov.io/github/akash-network/node?branch=main)

[![Go Report Card](https://goreportcard.com/badge/github.com/akash-network/node)](https://goreportcard.com/report/github.com/akash-network/node)
Expand Down Expand Up @@ -105,6 +105,6 @@ once binary compiled it exempts system-wide installed akash within akash repo
We use thin integration testing environments to simplify
the development and testing process. We currently have three environments:

* [Single node](_run/lite): simple (no workloads) single node running locally.
* [Single node with workloads](_run/single): single node and provider running locally, running workloads within a virtual machine.
* [full k8s](_run/kube): same as above but with node and provider running inside Kubernetes.
* Single node: simple (no workloads) single node running locally.
* Single node with workloads: single node and provider running locally, running workloads within a virtual machine.
* full k8s: same as above but with node and provider running inside Kubernetes.