mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-28 02:10:39 +02:00
build(ci): remove DeepSource check
This commit is contained in:
parent
5b41af4d05
commit
83b24d5f2e
3 changed files with 0 additions and 23 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -70,8 +70,6 @@ jobs:
|
|||
mkdir -p "${HOME}/.local/bin"
|
||||
curl -sL https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar jxf - -C "${HOME}/.local/bin"
|
||||
echo "$HOME/.local/bin" >> $GITHUB_PATH
|
||||
- name: Set up DeepSource CLI
|
||||
run: curl https://deepsource.io/cli | sh
|
||||
- name: Install LLVM-profdata
|
||||
run: rustup component add llvm-tools-preview
|
||||
- name: Run tests
|
||||
|
|
@ -80,7 +78,3 @@ jobs:
|
|||
run: mkdir ./target/coverage
|
||||
- name: Run GRCOV
|
||||
run: grcov . --binary-path ./target/debug/ -s . -t lcov --branch --ignore-not-existing --ignore '../*' --ignore "/*" -o ./target/coverage/tests.lcov
|
||||
- name: Upload to DeepSource
|
||||
env:
|
||||
DEEPSOURCE_DSN: ${{ secrets.DEEPSOURCE_DSN }}
|
||||
run: ./bin/deepsource report --analyzer test-coverage --key rust --value-file ./target/coverage/tests.lcov
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue