Skip to content

Commit

Permalink
Update code_quality.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kim1850 authored Apr 29, 2024
1 parent 4a33080 commit 4d4809a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
fetch-depth: 0 # a full history is required for pull request analysis
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
- name: Qodana Scan
uses: JetBrains/qodana-action@v2024.1.2
- name: Upload JaCoCo coverage report
uses: actions/upload-artifact@v4
with:
name: coverage-report
path: src/main/java/ca/ulaval/glo2003
pr-mode: false
args: --apply-fixes
push-fixes: pull-request
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
QODANA_REPORT_COVERAGE: true
Expand Down

0 comments on commit 4d4809a

Please sign in to comment.