Skip to content

Commit

Permalink
💚: fix missing plugin id from plugin.xml, and add codecov token
Browse files Browse the repository at this point in the history
  • Loading branch information
Pushpavel committed Sep 17, 2024
1 parent 442569e commit eae1533
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ jobs:
uses: codecov/codecov-action@v4
with:
files: ${{ github.workspace }}/build/reports/kover/report.xml
token: ${{ secrets.CODECOV_TOKEN }}

# Run plugin structure verification along with IntelliJ Plugin Verifier
verify:
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<idea-plugin>
<id>com.github.pushpavel.autocp</id>
<name>AutoCp</name>
<vendor email="[email protected]" url="https://pushpavel.github.io/AutoCp/">Pushpavel Janakiraman</vendor>
<!-- Product and plugin compatibility requirements -->
Expand Down

0 comments on commit eae1533

Please sign in to comment.