Skip to content

Commit 3df56da

Browse files
authored
Merge pull request #19228 from ckeditor/ci/4136-codecov
Hello Codecov
2 parents 3a3b26a + 49d692c commit 3df56da

66 files changed

Lines changed: 68 additions & 337 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.circleci/template.yml

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ version: 2.1
66

77
orbs:
88
browser-tools: circleci/browser-tools@2.3.1
9+
codecov: codecov/codecov@5.4.3
910

1011
# List of parameters are automatically inherited from `config.yml`.
1112
parameters:
@@ -82,7 +83,7 @@ commands:
8283
command: |
8384
#!/bin/bash
8485
85-
if [[ -z ${COVERALLS_REPO_TOKEN} ]];
86+
if [[ -z ${CODECOV_TOKEN} ]];
8687
then
8788
circleci-agent step halt
8889
fi
@@ -180,15 +181,8 @@ jobs:
180181
- run:
181182
name: Merge the code coverage of the framework and features
182183
command: cat .out/combined_framework.info .out/combined_features_batch_n.info > .out/combined_lcov.info
183-
- run:
184-
name: Preparing the environment variables
185-
command: |
186-
export COVERALLS_SERVICE_NAME="CKEditor 5 code coverage"
187-
export COVERALLS_SERVICE_JOB_ID=$( CIRCLE_WORKFLOW_ID )
188-
export COVERALLS_GIT_BRANCH=$( CIRCLE_BRANCH )
189-
- run:
190-
name: Upload the coverage to Coveralls
191-
command: npx coveralls -v < .out/combined_lcov.info
184+
- codecov/upload:
185+
files: .out/combined_lcov.info
192186

193187
cke5_trigger_release_process:
194188
docker:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg
22
===================================
33

44
[![npm version](https://badge.fury.io/js/ckeditor5.svg)](https://www.npmjs.com/package/ckeditor5)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77
![TypeScript Support](https://badgen.net/badge/Built%20With/TypeScript/blue)
88

codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
comment: false

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"acorn": "^8.11.3",
4343
"assert": "^2.0.0",
4444
"chalk": "^5.0.0",
45-
"coveralls": "^3.1.0",
4645
"date-fns": "^4.0.0",
4746
"esbuild": "^0.25.0",
4847
"eslint": "^9.34.0",

packages/ckeditor5-adapter-ckfinder/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 CKFinder adapter
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-adapter-ckfinder.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-adapter-ckfinder)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package implements a CKEditor&nbsp;5 upload adapter compatible with the [CKFinder file manager and uploader](https://ckeditor.com/ckfinder/)'s server–side connector.

packages/ckeditor5-alignment/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 text alignment feature
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-alignment.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-alignment)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package implements text alignment support for CKEditor&nbsp;5.

packages/ckeditor5-autoformat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 autoformat feature
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-autoformat.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-autoformat)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package implements the autoformatting feature for CKEditor&nbsp;5. It allows styling text by typing sequences like `**bold this**`.

packages/ckeditor5-autosave/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 autosave feature
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-autosave.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-autosave)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package implements the autosave feature for CKEditor&nbsp;5.

packages/ckeditor5-basic-styles/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 basic styles feature
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-basic-styles.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-basic-styles)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package contains CKEditor&nbsp;5 features allowing to apply basic text formatting such as bold, italic, underline, and code in CKEditor&nbsp;5.

packages/ckeditor5-block-quote/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ CKEditor&nbsp;5 block quote feature
22
========================================
33

44
[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-block-quote.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-block-quote)
5-
[![Coverage Status](https://coveralls.io/repos/github/ckeditor/ckeditor5/badge.svg?branch=master)](https://coveralls.io/github/ckeditor/ckeditor5?branch=master)
5+
[![codecov](https://codecov.io/gh/ckeditor/ckeditor5/branch/master/graph/badge.svg)](https://codecov.io/gh/ckeditor/ckeditor5)
66
[![CircleCI](https://circleci.com/gh/ckeditor/ckeditor5.svg?style=shield)](https://app.circleci.com/pipelines/github/ckeditor/ckeditor5?branch=master)
77

88
This package implements block quote support for CKEditor&nbsp;5.

0 commit comments

Comments
 (0)