File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 4949 RUST_BACKTRACE : 1
5050 RUSTFLAGS : ' -C instrument-coverage'
5151
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
5354
5455 - run : cargo test --doc
5556
5960 - uses : codecov/codecov-action@v3
6061 with :
6162 env_vars : RUNS_ON,RUST_VERSION
63+ token : ${{ secrets.CODECOV_TOKEN }}
6264
6365 test-macos :
6466 name : test on ${{ matrix.runs-on }}
@@ -96,13 +98,15 @@ jobs:
9698 RUST_BACKTRACE : 1
9799 RUSTFLAGS : ' -C instrument-coverage'
98100
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
100103
101104 - run : cargo test --doc
102105
103106 - uses : codecov/codecov-action@v3
104107 with :
105108 env_vars : RUNS_ON,RUST_VERSION
109+ token : ${{ secrets.CODECOV_TOKEN }}
106110
107111 bench :
108112 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments