We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7dd78 commit c41892dCopy full SHA for c41892d
.github/workflows/analyze.yml
@@ -41,8 +41,8 @@ jobs:
41
name: reports
42
path: |
43
flake8.txt
44
- coverage.xml
45
ruff.json
+ coverage.xml
46
sonarcloud:
47
name: SonarCloud
48
runs-on: ubuntu-latest
@@ -71,6 +71,7 @@ jobs:
71
with:
72
73
- name: Upload to Codecov ☂️
74
- uses: codecov/codecov-action@v3.1.6
+ uses: codecov/codecov-action@v4.1.0
75
76
- files: ./coverage.xml
+ file: ./coverage.xml
77
+ verbose: true
0 commit comments