Skip to content

Commit

Permalink
Add Qodana scan
Browse files Browse the repository at this point in the history
  • Loading branch information
sualeh committed Apr 23, 2023
1 parent 1b9f960 commit 12452d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,12 @@ jobs:
CODACY_API_TOKEN: ${{ secrets.CODACY_API_TOKEN }}
with:
api-token: ${{ secrets.CODACY_API_TOKEN }}
- id: qodana-scan
name: Qodana Scan
uses: JetBrains/qodana-action@main
if: contains(github.ref, 'main')
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
- id: upload-coverage-test-results
name: Upload coverage test results
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 12452d0

Please sign in to comment.