Skip to content

Commit 57ebd40

Browse files
author
Gonzalo Diaz
committed
[CONFIG] Makefile some basic features added.
1 parent 974f82a commit 57ebd40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,12 @@ lint/yaml:
6666
lint: lint/markdown lint/yaml test/styling test/static
6767

6868
test/static: dependencies
69+
$(PACKAGE_MANAGER) clippy --all-features -- -D warnings
6970

7071
test/styling: dependencies
7172

7273
format:
74+
$(PACKAGE_MANAGER) fix --allow-dirty --allow-staged --all-features
7375

7476
test: env dependencies
7577
$(PACKAGE_MANAGER) test
@@ -78,6 +80,8 @@ coverage: test
7880
$(PACKAGE_MANAGER) llvm-cov --all-features --workspace --lcov --output-path lcov.info
7981

8082
coverage/html:
83+
$(PACKAGE_MANAGER) llvm-cov --html
84+
open ./target/llvm-cov/html/index.html
8185

8286
outdated:
8387

0 commit comments

Comments
 (0)