|
2 | 2 |
|
3 | 3 | [![npm version][npm-version-src]][npm-version-href] |
4 | 4 | [![npm downloads][npm-downloads-src]][npm-downloads-href] |
5 | | -[![Circle CI][circle-ci-src]][circle-ci-href] |
| 5 | +[![Github Actions CI][github-actions-ci-src]][github-actions-ci-href] |
6 | 6 | [![Codecov][codecov-src]][codecov-href] |
7 | 7 | [![License][license-src]][license-href] |
8 | 8 |
|
@@ -70,17 +70,17 @@ Differences between vue-analytics and the Nuxt.js implementation: |
70 | 70 | Copyright (c) Nuxt Community |
71 | 71 |
|
72 | 72 | <!-- Badges --> |
73 | | -[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/google-analytics/latest.svg?style=flat-square |
| 73 | +[npm-version-src]: https://img.shields.io/npm/v/@nuxtjs/google-analytics/latest.svg |
74 | 74 | [npm-version-href]: https://npmjs.com/package/@nuxtjs/google-analytics |
75 | 75 |
|
76 | | -[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/google-analytics.svg?style=flat-square |
| 76 | +[npm-downloads-src]: https://img.shields.io/npm/dt/@nuxtjs/google-analytics.svg |
77 | 77 | [npm-downloads-href]: https://npmjs.com/package/@nuxtjs/google-analytics |
78 | 78 |
|
79 | | -[circle-ci-src]: https://img.shields.io/circleci/project/github/nuxt-community/analytics-module.svg?style=flat-square |
80 | | -[circle-ci-href]: https://circleci.com/gh/nuxt-community/analytics-module |
| 79 | +[github-actions-ci-src]: https://github.com/nuxt-community/analytics-module/workflows/ci/badge.svg |
| 80 | +[github-actions-ci-href]: https://github.com/nuxt-community/analytics-module/actions?query=workflow%3Aci |
81 | 81 |
|
82 | | -[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/analytics-module.svg?style=flat-square |
| 82 | +[codecov-src]: https://img.shields.io/codecov/c/github/nuxt-community/analytics-module.svg |
83 | 83 | [codecov-href]: https://codecov.io/gh/nuxt-community/analytics-module |
84 | 84 |
|
85 | | -[license-src]: https://img.shields.io/npm/l/@nuxtjs/google-analytics.svg?style=flat-square |
| 85 | +[license-src]: https://img.shields.io/npm/l/@nuxtjs/google-analytics.svg |
86 | 86 | [license-href]: https://npmjs.com/package/@nuxtjs/google-analytics |
0 commit comments