Commit 240f180 1 parent e78c3fa commit 240f180 Copy full SHA for 240f180
File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 49
49
RUST_BACKTRACE : 1
50
50
RUSTFLAGS : ' -C instrument-coverage'
51
51
52
- - run : coverage-prepare --ignore-filename-regex '/tests/' lcov $(find target/debug/deps -regex '.*/main[^.]*')
52
+ - run : coverage-prepare --ignore-filename-regex '/tests/' lcov $(find ../../target/debug/deps -regex '.*/main[^.]*')
53
+ working-directory : crates/jiter
53
54
54
55
- run : cargo test --doc
55
56
59
60
- uses : codecov/codecov-action@v3
60
61
with :
61
62
env_vars : RUNS_ON,RUST_VERSION
63
+ token : ${{ secrets.CODECOV_TOKEN }}
62
64
63
65
test-macos :
64
66
name : test on ${{ matrix.runs-on }}
@@ -96,13 +98,15 @@ jobs:
96
98
RUST_BACKTRACE : 1
97
99
RUSTFLAGS : ' -C instrument-coverage'
98
100
99
- - run : coverage-prepare --ignore-filename-regex '/tests/' lcov $(find target/debug/deps -regex '.*/main[^.]*')
101
+ - run : coverage-prepare --ignore-filename-regex '/tests/' lcov $(find ../../target/debug/deps -regex '.*/main[^.]*')
102
+ working-directory : crates/jiter
100
103
101
104
- run : cargo test --doc
102
105
103
106
- uses : codecov/codecov-action@v3
104
107
with :
105
108
env_vars : RUNS_ON,RUST_VERSION
109
+ token : ${{ secrets.CODECOV_TOKEN }}
106
110
107
111
bench :
108
112
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments