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 8af1f04 commit 6c1bcf1Copy full SHA for 6c1bcf1
.github/workflows/actions.yaml
@@ -57,24 +57,20 @@ jobs:
57
shell: pwsh
58
59
- name: Enforce code style (Ruff)
60
+ shell: pwsh
61
run: just ruff-show-violations
- with:
62
- shell: pwsh
63
64
- name: Verify code formatting (Black)
65
run: just black-check
66
67
68
69
- name: Run tests
70
run: just test
71
72
73
74
- name: Generate test coverage report
75
run: just test-and-report-cov
76
77
78
79
- name: Upload coverage reports to Codecov
80
uses: codecov/codecov-action@v3
0 commit comments