Skip to content

Commit

Permalink
actually build it
Browse files Browse the repository at this point in the history
  • Loading branch information
tm1000 committed Nov 26, 2023
1 parent a002a78 commit 4b94fff
Show file tree
Hide file tree
Showing 4 changed files with 13,793 additions and 13,183 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v4
#Step to generate coverage file
- name: Generate Coverage Report
uses: clearlyip/code-coverage-report-action@v3
uses: clearlyip/code-coverage-report-action@v4
id: code_coverage_report_action
#Dont run for dependabot unless you fix PR comment permissions
if: ${{ github.actor != 'dependabot[bot]'}}
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
steps:
- uses: actions/checkout@v4
#Step to generate coverage file
- uses: clearlyip/code-coverage-report-action@v3
- uses: clearlyip/code-coverage-report-action@v4
with:
#Location of the generated coverage file
filename: 'coverage/clover.xml'
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
steps:
- uses: actions/checkout@v4
#Step to generate coverage file
- uses: clearlyip/code-coverage-report-action@v3
- uses: clearlyip/code-coverage-report-action@v4
with:
#Location of the generated coverage file
filename: 'coverage/clover.xml'
Expand All @@ -168,7 +168,7 @@ jobs:
After this is done you will need to modify any job that uses this action to reference itself and additionally the `cron` workflow above by name using `artifact_download_workflow_names`:

```yml
- uses: clearlyip/code-coverage-report-action@v3
- uses: clearlyip/code-coverage-report-action@v4
with:
filename: 'coverage/clover.xml'
fail_on_negative_difference: true
Expand Down
Loading

0 comments on commit 4b94fff

Please sign in to comment.