Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hybloid authored Jul 5, 2023
1 parent a593c90 commit 9ae5a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: maven-coverage-data
path: JVM/intellij-coverage-agent/maven/.qodana/coverage-data
path: JVM/intellij-coverage-agent/maven/.qodana/code-coverage

- name: Login to Jetbrains Space
uses: docker/login-action@v2
Expand All @@ -47,5 +47,5 @@ jobs:
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN_MVN }}
with:
args: "--log-level,debug,-i,JVM/intellij-coverage-agent/maven,-v,${{ github.workspace }}/JVM/intellij-coverage-agent/maven/.qodana/coverage-data:/data/coverage,--linter,registry.jetbrains.team/p/sa/containers/qodana-jvm:2023.2-nightly"
args: "-i,JVM/intellij-coverage-agent/maven,--linter,registry.jetbrains.team/p/sa/containers/qodana-jvm:2023.2-nightly"
pr-mode: false

0 comments on commit 9ae5a18

Please sign in to comment.