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 d57c86b commit 8af1f04Copy full SHA for 8af1f04
.github/workflows/actions.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
defaults:
21
run:
22
- shell: powershell
+ shell: pwsh
23
24
steps:
25
- name: Check out repository
@@ -53,18 +53,28 @@ jobs:
53
54
- name: Setup just
55
uses: taiki-e/install-action@just
56
+ with:
57
58
59
- name: Enforce code style (Ruff)
60
run: just ruff-show-violations
61
62
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