Skip to content

Commit

Permalink
remove report command (would need space instead of = anyways)
Browse files Browse the repository at this point in the history
  • Loading branch information
florian-huber committed Oct 14, 2024
1 parent b3872cb commit fd02442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Run test with coverage
run: pytest --cov --cov-report term --cov-report xml
- name: Check style against standards using Ruff
run: ruff check . --output-format=grouped --output-file=ruff-report.txt
run: ruff check .
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
Expand Down

0 comments on commit fd02442

Please sign in to comment.