Skip to content

Commit

Permalink
Fix README.md format for badges. Remove appveyor as CI (all in github…
Browse files Browse the repository at this point in the history
… actions).
  • Loading branch information
mattRedBox committed Nov 25, 2021
1 parent 2ec9add commit 411fc75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 112 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@
[![GitHub package version](https://img.shields.io/github/package-json/v/qcif/data-curator.svg)](https://github.com/qcif/data-curator/releases)
[![JavaScript Style Guide](https://img.shields.io/badge/js_code_style-standard-brightgreen.svg)](https://standardjs.com)
[![vue-recommended-style](https://img.shields.io/badge/vue_code_style-recommended-brightgreen.svg?style=flat)](https://vuejs.org/v2/style-guide/#Priority-C-Recommended)
[![Appveyor Build status](https://ci.appveyor.com/api/projects/status/fahwo5shvb6jl9ux/branch/develop?svg=true)](https://ci.appveyor.com/projects)
[![Github workflow status](https://github.com/qcif/data-curator/actions/workflows/main.yml/badge.svg?branch=develop)](https://github.com/qcif/data-curator/actions)
[![Appveyor Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%2084%20%20❌failed:%200%20%20❗undefined:%200-orange.svg)](https://ci.appveyor.com/project/qcif/data-curator)
actions)
[![Acceptance Test status](https://img.shields.io/badge/acceptance%20tests-✔passed:%2084%20%20❌failed:%200%20%20❗undefined:%200-orange.svg)](https://github.com/qcif/data-curator)



Expand All @@ -28,7 +26,7 @@ actions)



[![Unit Test Coverage Status](https://coveralls.io/repos/github/qcif/data-curator/badge.svg?branch=windows)](https://coveralls.io/github/qcif/data-curator?branch=windows)
[![Unit test Coverage Status](https://coveralls.io/repos/github/qcif/data-curator/badge.svg?branch=develop)](https://coveralls.io/github/qcif/data-curator?branch=develop)
[![Github All Releases](https://img.shields.io/github/downloads/qcif/data-curator/total.svg)](https://github.com/qcif/data-curator/releases)
[![Github Releases](https://img.shields.io/github/downloads/qcif/data-curator/v1.2.5/total.svg?label=Latest%20version%20downloads)](https://github.com/qcif/data-curator/releases/latest)

Expand Down Expand Up @@ -224,8 +222,7 @@ For unit testing, we use:
### Continuous integration

For continuous integration, we use:
- [Appveyor](https://www.appveyor.com) (Unit tests only)
- [Github Actions](https://docs.github.com/en/actions) (This allows us to checkout CI against os-specific branches to run tests against each OS)
- [Github Actions](https://docs.github.com/en/actions)

We plan to integrate the acceptance and unit tests with code commits

Expand Down
104 changes: 0 additions & 104 deletions appveyor.yml

This file was deleted.

4 changes: 2 additions & 2 deletions test/postreport.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ function createAcceptanceTestBadge (scenarioTallies) {
'%20%20❌failed:%20' + scenarioTallies.failures +
'%20%20❗undefined:%20' + scenarioTallies.warnings +
'-orange.svg'
var linkUrl = 'https://ci.appveyor.com/project/qcif/data-curator'
var altText = 'Appveyor Acceptance Test status'
var linkUrl = 'https://github.com/qcif/data-curator'
var altText = 'Acceptance Test status'

var badge = badger.addBadge(readme, 'md', imageUrl, linkUrl, altText)

Expand Down

0 comments on commit 411fc75

Please sign in to comment.