From 57182f3b3e6fc8ecd94d1a2ad92d0f9a67ef7f4e Mon Sep 17 00:00:00 2001 From: Derrick Gill Date: Thu, 18 Aug 2022 11:06:50 -0400 Subject: [PATCH] REMOVE: report references to record --- README.md | 6 +----- action.yml | 5 ++--- package-lock.json | 4 ++-- package.json | 6 +++--- 4 files changed, 8 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index e402609..512fe32 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GitHub Action — Report LCOV +# GitHub Action — Record LCOV This GitHub Action (written in JavaScript) allows you to leverage GitHub Actions to report the code coverage from LCOV files. This action includes: - Generating an HTML report as an artifact @@ -50,9 +50,5 @@ jobs: working-directory: apps/my-first-app ``` -### Flutter Workflows - -This is used in my opinionated [GitHub Actions: Flutter Workflows](https://github.com/zgosalvez/github-actions-flutter-workflows) repository along with other actions for a complete end-to-end DevOps experience. - ## License The scripts and documentation in this project are released under the [MIT License](LICENSE) \ No newline at end of file diff --git a/action.yml b/action.yml index eef766d..ad732f6 100644 --- a/action.yml +++ b/action.yml @@ -1,7 +1,6 @@ -# https://github.com/actions/javascript-action -name: 'Report LCOV' -description: 'Report the code coverage from LCOV files' +name: 'Record LCOV' +description: 'Record the code coverage from LCOV files' author: 'Zennon Gosalvez' inputs: coverage-files: diff --git a/package-lock.json b/package-lock.json index 9a11b51..229b3c8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "github-actions-report-lcov", + "name": "github-actions-record-lcov", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "github-actions-report-lcov", + "name": "github-actions-record-lcov", "version": "1.0.0", "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 574d9c2..05b5361 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { - "name": "github-actions-report-lcov", + "name": "github-actions-record-lcov", "version": "1.0.0", - "description": "Report the code coverage from LCOV files", + "description": "Record the code coverage from LCOV files", "main": "dist/main/index.js", "scripts": { "lint": "eslint .", @@ -9,7 +9,7 @@ }, "repository": { "type": "git", - "url": "git+https://github.com/zgosalvez/github-actions-report-lcov.git" + "url": "git+https://github.com/dethereum/github-actions-record-lcov.git" }, "keywords": [ "actions",