Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassabreu committed Aug 15, 2021
1 parent 1b791bb commit f08e6d3
Show file tree
Hide file tree
Showing 6 changed files with 3,238 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/example.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: example of workflow
on:
pull_request:

jobs:
build:
name: example of workflow
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master

- name: clover file to comment (clover.example.xml)
uses: ./.
with:
dir-prefix: /var/www/html
file: clover.example.xml
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Comment Coverage (Clover)
=========================

This action reads a Clover Coverage Report and creates a comment on the Pull Request related to the run with a summary of the report.


3 changes: 2 additions & 1 deletion bin/index.js

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

2 changes: 1 addition & 1 deletion bin/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit f08e6d3

Please sign in to comment.