summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/cd.yml4
-rw-r--r--README.md4
-rw-r--r--package.json12
3 files changed, 10 insertions, 10 deletions
diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml
index 95785ab..96e9a8d 100644
--- a/.github/workflows/cd.yml
+++ b/.github/workflows/cd.yml
@@ -1,4 +1,4 @@
-name: CD
+name: Release
on:
push:
@@ -12,7 +12,7 @@ on:
- created
jobs:
- release:
+ pipeline:
runs-on: ubuntu-latest
steps:
- name: Checkout
diff --git a/README.md b/README.md
index a87f85e..fc0f335 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@
This VS Code Extensions provides Doxygen Documentation generation on the fly by starting a Doxygen comment block and pressing enter.
-[![Build Status](https://travis-ci.org/cschlosser/doxdocgen.svg?branch=master)](https://travis-ci.org/cschlosser/doxdocgen)
-[![Build status](https://ci.appveyor.com/api/projects/status/sg55990fbxtsfnvk/branch/master?svg=true)](https://ci.appveyor.com/project/cschlosser/doxdocgen)
+[![CI build status](https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CI/master)](https://github.com/cschlosser/doxdocgen/actions/workflows/ci.yml?query=branch%3Amaster)
+[![Release build status](https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CD?label=Release)](https://github.com/cschlosser/doxdocgen/actions/workflows/cd.yml?query=event%3Arelease++)
[![codecov](https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg)](https://codecov.io/gh/cschlosser/doxdocgen)
[![Gitter chat](https://badges.gitter.im/doxdocgen.png)](https://gitter.im/doxdocgen)
diff --git a/package.json b/package.json
index 36e6e4f..c7ec845 100644
--- a/package.json
+++ b/package.json
@@ -12,14 +12,14 @@
],
"badges": [
{
- "url": "https://travis-ci.org/cschlosser/doxdocgen.svg?branch=master",
- "href": "https://travis-ci.org/cschlosser/doxdocgen",
- "description": "Continuous Integration (Travis)"
+ "url": "https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CI/master",
+ "href": "https://github.com/cschlosser/doxdocgen/actions/workflows/ci.yml?query=branch%3Amaster+",
+ "description": "Continous integration"
},
{
- "url": "https://ci.appveyor.com/api/projects/status/sg55990fbxtsfnvk/branch/master?svg=true",
- "href": "https://ci.appveyor.com/project/cschlosser/doxdocgen",
- "description": "Continuous Integration (AppVeyor)"
+ "url": "https://img.shields.io/github/workflow/status/cschlosser/doxdocgen/CD?label=Release",
+ "href": "https://github.com/cschlosser/doxdocgen/actions/workflows/cd.yml?query=event%3Arelease++",
+ "description": "Release pipeline"
},
{
"url": "https://codecov.io/gh/cschlosser/doxdocgen/branch/master/graph/badge.svg",