diff --git a/Cargo.toml b/Cargo.toml index b380145..18deff3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,8 +19,8 @@ path = "src/main.rs" doc = false [badges] -travis-ci = { repository = "epage/typos" } -appveyor = { repository = "epage/typos" } +azure-devops = { project = "crate-ci", pipeline = "typos" } +codecov = { repository = "crate-ci/typos" } [features] # Support quickly iterating diff --git a/README.md b/README.md index 57f4096..8bc448c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ > **Source code spell checker** -[![Travis Status](https://travis-ci.org/epage/typos.svg?branch=master)](https://travis-ci.org/epage/typos) -[![Appveyor Status](https://ci.appveyor.com/api/projects/status/uaa9voudebj944d5/branch/master?svg=true)](https://ci.appveyor.com/project/epage/typos/branch/master) +[![Build Status](https://dev.azure.com/crate-ci/crate-ci/_apis/build/status/typos?branchName=master)](https://dev.azure.com/crate-ci/crate-ci/_build/latest?definitionId=11&branchName=master) +[![codecov](https://codecov.io/gh/crate-ci/typos/branch/master/graph/badge.svg)](https://codecov.io/gh/crate-ci/typos) [![Documentation](https://img.shields.io/badge/docs-master-blue.svg)][Documentation] ![License](https://img.shields.io/crates/l/typos.svg) [![Crates Status](https://img.shields.io/crates/v/typos.svg)](https://crates.io/crates/typos)