Skip to content

Commit

Permalink
REMOVE: report references to record
Browse files Browse the repository at this point in the history
  • Loading branch information
Derrick Gill committed Aug 18, 2022
1 parent d866bf2 commit 57182f3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 13 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"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 .",
"prepare": "ncc build src/main.js -o dist/main --source-map --license licenses.txt && ncc build src/post.js -o dist/post --source-map --license licenses.txt"
},
"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",
Expand Down

0 comments on commit 57182f3

Please sign in to comment.