We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d2581e commit 7ec2fceCopy full SHA for 7ec2fce
1 file changed
.github/workflows/rust.yml
@@ -79,8 +79,6 @@ jobs:
79
uses: dtolnay/rust-toolchain@stable
80
with:
81
components: clippy
82
- - name: Install SQLite
83
- run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
84
- name: Run clippy
85
run: cargo clippy --all-targets --all-features -- -D warnings
86
@@ -106,7 +104,7 @@ jobs:
106
104
- name: Install tarpaulin
107
105
run: cargo install cargo-tarpaulin
108
- name: Generate coverage
109
- run: cargo tarpaulin --verbose --engine=llvm --all-features --timeout 120 --out xml -p diesel-builders
+ run: cargo tarpaulin --verbose --engine=llvm --all-features --timeout 120 --out xml -p sql_docs
110
- name: Upload coverage to Codecov
111
uses: codecov/codecov-action@v5
112
0 commit comments