Skip to content

Commit

Permalink
Try to switch to jest coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid committed Aug 27, 2024
1 parent e504489 commit 1f438f9
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/jest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,19 @@ jobs:
name: jest-coverage-data
path: JS/jest/.qodana/code-coverage

- name: Login to Jetbrains Space
uses: docker/login-action@v2
with:
registry: registry.jetbrains.team
username: ${{ secrets.SPACE_USER }}
password: ${{ secrets.SPACE_PASSWORD }}

- run: docker pull registry.jetbrains.team/p/sa/containers/qodana-js:2024.2-nightly

- name: Qodana Scan
uses: JetBrains/qodana-action@main
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_JS }}
with:
args: "-i,JS/jest,--linter,jetbrains/qodana-js:latest"
args: "-i,JS/jest,--linter,registry.jetbrains.team/p/sa/containers/qodana-js:2024.2-nightly"
pr-mode: false

0 comments on commit 1f438f9

Please sign in to comment.