File tree Expand file tree Collapse file tree 1 file changed +17
-4
lines changed
Expand file tree Collapse file tree 1 file changed +17
-4
lines changed Original file line number Diff line number Diff line change 33## 🚨 Breaking Changes
44
55* Dropped python 3.8 support
6- * Changed names of Documentation related nox tasks
7- - ` build-docs ` -> ` docs:build `
8- - ` open-docs ` -> ` docs:open `
9- - ` clean-docs ` -> ` docs:clean `
6+ * Changed names of all nox tasks
7+
8+ | Old Name | New Name | Description |
9+ | --------------------| ------------------------| ----------------------------------------------------------------|
10+ | fix | project: fix | Runs all automated fixes on the code base |
11+ | check | project: check | Runs all available checks on the project |
12+ | report | project: report | Collects and generates metrics summary for the workspace |
13+ | unit-tests | test: unit | Runs all unit tests |
14+ | integration-tests | test: integration | Runs all the integration tests |
15+ | coverage | test: coverage | Runs all tests (unit + integration) and reports the code coverage |
16+ | lint | lint: code | Runs the static code analyzer on the project |
17+ | type-check | lint: typing | Runs the type checker on the project |
18+ | security | lint: security | Runs the security linter on the project |
19+ | build-build | docs: build | Builds the project documentation |
20+ | open-open | docs: open | Opens the built project documentation |
21+ | clean-docs | docs: clean | Removes the documentations build folder |
22+ | prepare-release | release: prepare | Prepares the project for a new release |
1023
1124## ✨ Added
1225
You can’t perform that action at this time.
0 commit comments