File tree Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Expand file tree Collapse file tree 4 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 31
31
toolchain : stable
32
32
override : true
33
33
34
- - uses : taiki-e/install-action@cargo-llvm-cov
35
34
- uses : taiki-e/install-action@nextest
36
35
37
36
- name : Rust Cache
40
39
- name : cargo test
41
40
shell : bash
42
41
run : |
43
- cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
42
+ cargo nextest run --all-features
44
43
env :
45
44
RUST_BACKTRACE : 1
46
-
47
- - name : Upload to codecov.io
48
- uses : codecov/codecov-action@v3
49
- with :
50
- token : ${{secrets.CODECOV_TOKEN}}
51
- fail_ci_if_error : true
52
- flags : unittests
53
- verbose : true
54
- files : lcov.info
Original file line number Diff line number Diff line change 10
10
description = " Tooling for KCL (KittyCAD Language)"
11
11
documentation = " docs.rs/kittycad-lang"
12
12
readme = " README.md"
13
- publish = false
13
+ publish = false
14
+ repository = " https://github.com/KittyCAD/kcl"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ authors.workspace = true
6
6
description.workspace = true
7
7
documentation.workspace = true
8
8
publish.workspace = true
9
+ repository.workspace = true
9
10
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ authors.workspace = true
6
6
description.workspace = true
7
7
documentation.workspace = true
8
8
publish.workspace = true
9
+ repository.workspace = true
9
10
10
11
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
11
12
You can’t perform that action at this time.
0 commit comments