From 7652d0ef14684027efa4e3a912747a1124c1ec69 Mon Sep 17 00:00:00 2001 From: mkusaka Date: Thu, 3 Apr 2025 01:50:38 +0900 Subject: [PATCH] update repository URLs in package.json and README.md --- README.md | 4 ++-- package.json | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fc7cfa..cc46d34 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Code Coverage Report -[![ci](https://github.com/tm1000/code-coverage-report-action/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/tm1000/code-coverage-report-action/actions/workflows/ci.yml) +[![ci](https://github.com/clearlyip/code-coverage-report-action/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/clearlyip/code-coverage-report-action/actions/workflows/ci.yml) -This action looks for a defined `clover` or `cobertura` file and parses that to give you feedback not only about current coverage but also coverage against the base a pull request might be merging into. It uses Github's workflow artifacts to store the raw coverage files for later comparison and it generates a markdown file that is appended to the [job summary](https://github.com/tm1000/code-coverage-report-action/actions/runs/3109427303) and that can also be used in something like [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). (See our workflows for examples) +This action looks for a defined `clover` or `cobertura` file and parses that to give you feedback not only about current coverage but also coverage against the base a pull request might be merging into. It uses Github's workflow artifacts to store the raw coverage files for later comparison and it generates a markdown file that is appended to the [job summary](https://github.com/clearlyip/code-coverage-report-action/actions/runs/3109427303) and that can also be used in something like [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment). (See our workflows for examples) ![Example Comment](/images/image1.png?raw=true 'Example Comment') diff --git a/package.json b/package.json index b455c55..1b7c4a3 100644 --- a/package.json +++ b/package.json @@ -14,15 +14,15 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/tm1000/code-coverage-report-action.git" + "url": "git+https://github.com/clearlyip/code-coverage-report-action.git" }, "keywords": [], "author": "", "license": "MIT", "bugs": { - "url": "https://github.com/tm1000/code-coverage-report-action/issues" + "url": "https://github.com/clearlyip/code-coverage-report-action/issues" }, - "homepage": "https://github.com/tm1000/code-coverage-report-action#readme", + "homepage": "https://github.com/clearlyip/code-coverage-report-action#readme", "dependencies": { "@actions/artifact": "^2.3.2", "@actions/core": "^1.11.1",