Skip to content

Commit

Permalink
Updated code_quality.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Dory <pemegomachado@gmail.com>
  • Loading branch information
dorythecat committed Jun 18, 2024
1 parent aaac004 commit 6cb92a5
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/workflows/code_quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,8 @@ jobs:
run: |
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run tests with coverage
run: |
coverage run -m pytest -s
coverage xml -o .qodana/code-coverage/coverage.xml
- name: Archive coverage data
uses: actions/upload-artifact@v2
with:
name: py-coverage-data
path: .qodana/code-coverage

- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.3
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
with:
args: --baseline,qodana.sarif.json

0 comments on commit 6cb92a5

Please sign in to comment.