-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add report comparison for PR branch (#24)
- Loading branch information
1 parent
a197864
commit 1cf20ef
Showing
18 changed files
with
7,639 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,7 @@ request alerts and display badges effortlessly. | |
<summary>Preview</summary> | ||
|
||
![image](https://github.com/user-attachments/assets/aea8dbb9-49c8-4206-abba-9e4d475040ad) | ||
![img.png](preview.png) | ||
|
||
</details> | ||
|
||
|
@@ -60,7 +61,7 @@ jobs: | |
node-version: '20' | ||
|
||
- name: Vue Mess Detector Analysis | ||
uses: brenoepics/[email protected].3 | ||
uses: brenoepics/[email protected].4 | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
# check inputs for full args list | ||
|
@@ -77,18 +78,19 @@ artifacts. | |
> [!TIP] | ||
> You can find the list of inputs and their descriptions in the [action.yml](action.yml) file. | ||
| Input | Description | Required | Default | | ||
|-------------------|--------------------------------------------------|----------|---------------------------------------------------------| | ||
| github-token | GitHub token for commenting on pull requests | `false` | | | ||
| version | Version of Vue Mess Detector | `true` | [`latest`](https://github.com/rrd108/vue-mess-detector) | | ||
| skipInstall | Skip the installation of Vue Mess Detector | `true` | `false` | | ||
| skipBots | Skip running analysis on pull requests from bots | `true` | `true` | | ||
| commentsEnabled | Comment on Pull requests? | `true` | `true` | | ||
| packageManager | Package manager to use | `false` | (detect) | | ||
| runArgs | Arguments to pass to Vue Mess Detector | `false` | `--group=file` | | ||
| entryPoint | Entry point for Vue Mess Detector | `false` | `./` | | ||
| srcDir | Source directory to analyze | `true` | `src/` | | ||
| deleteOldComments | Delete old VMD comments on pull requests? | `false` | `false` | | ||
| Input | Description | Required | Default | | ||
|-------------------|------------------------------------------------------|----------|---------------------------------------------------------| | ||
| github-token | GitHub token for commenting on pull requests | `false` | | | ||
| version | Version of Vue Mess Detector | `true` | [`latest`](https://github.com/rrd108/vue-mess-detector) | | ||
| skipInstall | Skip the installation of Vue Mess Detector | `true` | `false` | | ||
| skipBots | Skip running analysis on pull requests from bots | `true` | `true` | | ||
| commentsEnabled | Comment on Pull requests? | `true` | `true` | | ||
| packageManager | Package manager to use | `false` | (detect) | | ||
| runArgs | Arguments to pass to Vue Mess Detector | `false` | `--group=file` | | ||
| entryPoint | Entry point for Vue Mess Detector | `false` | `./` | | ||
| srcDir | Source directory to analyze | `true` | `src/` | | ||
| deleteOldComments | Delete old report comments on pull requests? | `false` | `false` | | ||
| relativeMode | Compare the current branch with the target (PR only) | `true` | `true` | | ||
|
||
## Contributing | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.