Skip to content

Commit 87f7687

Browse files
committed
Merge branch 'main' into radius
2 parents dda4b04 + a0cb2df commit 87f7687

File tree

4 files changed

+78
-138
lines changed

4 files changed

+78
-138
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
poetry run coverage combine coverage*/.coverage*
7272
poetry run coverage xml -i
7373
- name: 🚀 Upload coverage report
74-
uses: codecov/[email protected].3
74+
uses: codecov/[email protected].4
7575
- name: SonarCloud Scan
7676
if: github.event.pull_request.head.repo.fork == false
7777
uses: SonarSource/[email protected]

.yamllint

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
ignore:
3+
- .venv
24
rules:
35
braces:
46
level: error

0 commit comments

Comments
 (0)