File tree Expand file tree Collapse file tree 1 file changed +0
-23
lines changed
Expand file tree Collapse file tree 1 file changed +0
-23
lines changed Original file line number Diff line number Diff line change 5151
5252 - run : cargo clippy --workspace --all-features -- -D warnings
5353
54- # coverage:
55- # name: Coverage
56- # runs-on: ubuntu-latest
57- # timeout-minutes: 10
58- # steps:
59- # - uses: actions/checkout@v4
60- # - uses: dtolnay/rust-toolchain@master
61- # with:
62- # toolchain: nightly
63- # components: llvm-tools-preview
64-
65- # - uses: taiki-e/install-action@cargo-llvm-cov
66- # - uses: taiki-e/install-action@nextest
67-
68- # - name: 'Collect coverage'
69- # run: ./coverage.sh
70-
71- # - name: Upload to codecov.io
72- # uses: codecov/codecov-action@v4
73- # with:
74- # files: ./target/coverage/lcov.info
75- # token: ${{ secrets.CODECOV_TOKEN }}
76-
7754 build_and_test_linux :
7855 name : Build and Test (Linux)
7956 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments