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.
2 parents dda4b04 + a0cb2df commit 87f7687Copy full SHA for 87f7687
4 files changed
.github/workflows/tests.yaml
@@ -71,7 +71,7 @@ jobs:
71
poetry run coverage combine coverage*/.coverage*
72
poetry run coverage xml -i
73
- name: 🚀 Upload coverage report
74
- uses: codecov/codecov-action@v3.1.3
+ uses: codecov/codecov-action@v3.1.4
75
- name: SonarCloud Scan
76
if: github.event.pull_request.head.repo.fork == false
77
uses: SonarSource/sonarcloud-github-action@v1.9
.yamllint
@@ -1,4 +1,6 @@
1
---
2
+ignore:
3
+ - .venv
4
rules:
5
braces:
6
level: error
0 commit comments