Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniovazquezblanco committed Feb 7, 2025
1 parent 1bca183 commit 849b036
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This example just clones your code, setups java and setups Ghidra from the ofici
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: antoniovazquezblanco/setup-ghidra@v2.0.4
- uses: antoniovazquezblanco/setup-ghidra@v2
```
**Advanced:**
Expand All @@ -39,7 +39,7 @@ steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
- uses: gradle/actions/setup-gradle@v3
- uses: antoniovazquezblanco/setup-ghidra@v2.0.4
- uses: antoniovazquezblanco/setup-ghidra@v2
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: ${{ matrix.ghidra }}
Expand All @@ -52,7 +52,7 @@ steps:
For a full reference of action parameters see [action.yml](action.yml)
```yaml
- uses: antoniovazquezblanco/setup-ghidra@v2.0.4
- uses: antoniovazquezblanco/setup-ghidra@v2
with:
# A distribution download URL to directly download and install it.
# If this argument is specified, both the repository and version arguments
Expand Down

2 comments on commit 849b036

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.❔
Category Percentage Covered / Total
🟒 Statements 91.16% 134/147
🟑 Branches 78.26% 18/23
🟒 Functions 100% 10/10
🟒 Lines 91.16% 134/147

Test suite run success

6 tests passing in 2 suites.

Report generated by πŸ§ͺjest coverage report action from 849b036

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

Caution

Multiple errors occurred

 1 | Error: The process 'C:\hostedtoolcache\windows\node\20.18.2\x64\npm.cmd' failed with exit code 1
 2 | TypeError: Cannot read properties of undefined (reading 'totalStatements')
St.❔
Category Percentage Covered / Total
πŸ”΄ Statements 57.82% 85/147
🟒 Branches 86.67% 13/15
🟑 Functions 70% 7/10
πŸ”΄ Lines 57.82% 85/147

Test suite run failed

Failed tests: 1/6. Failed suites: 1/2.
  ● Installer tests β€Ί Installs Ghidra

    HttpError: API rate limit exceeded for 52.157.5.194. (But here's the good news: Authenticated requests get a higher rate limit. Check out the documentation for more details.) - https://docs.github.com/rest/overview/resources-in-the-rest-api#rate-limiting

      28 |   repo: string,
      29 | ): Promise<any> {
    > 30 |   let response = await octokit.rest.repos.getLatestRelease({
         |                  ^
      31 |     owner: owner,
      32 |     repo: repo,
      33 |   });

      at fetchWrapper (node_modules/@octokit/rest/node_modules/@octokit/request/dist-bundle/index.js:122:11)
      at getLatestRelease (src/github_helper.ts:30:18)
      at Module.getReleaseInfo (src/github_helper.ts:80:19)
      at Object.<anonymous> (src/installer.test.ts:19:24)

Report generated by πŸ§ͺjest coverage report action from 849b036

Please sign in to comment.