File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 4242 run : cargo doc --all-features
4343
4444 build-linux :
45+ name : Build on Linux
4546 needs :
4647 - lint
4748 runs-on : ubuntu-latest
6061 run : cargo test --tests --verbose ${{ join(matrix.features, ' ') }}
6162
6263 codecov :
64+ name : Code Coverage
6365 needs :
6466 - lint
6567 runs-on : ubuntu-latest
7678 run : cargo llvm-cov nextest --all-features --lcov --output-path lcov.info
7779
7880 build-others :
81+ name : Build on ${{ matrix-os }}
7982 needs :
8083 - build-linux
8184 - codecov
Original file line number Diff line number Diff line change 11# async-tempfile
22
3+ [ ![ codecov] ( https://codecov.io/gh/sunsided/async-tempfile-rs/graph/badge.svg?token=LSY85I6M8Y )] ( https://codecov.io/gh/sunsided/async-tempfile-rs )
4+
35Provides the ` TempFile ` struct, an asynchronous wrapper based on ` tokio::fs `
46for temporary files that will be automatically deleted when the last reference to
57the struct is dropped.
You can’t perform that action at this time.
0 commit comments