build(ci): remove DeepSource check

This commit is contained in:
Anonymoussaurus 2025-01-09 00:41:02 +01:00
commit 83b24d5f2e
No known key found for this signature in database
3 changed files with 0 additions and 23 deletions

View file

@ -1,13 +0,0 @@
version = 1
[[analyzers]]
name = "rust"
[analyzers.meta]
msrv = "stable"
[[analyzers]]
name = "test-coverage"
[[transformers]]
name = "rustfmt"

View file

@ -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

View file

@ -1,9 +1,5 @@
# Universal Android Debloater Next Generation
[![DeepSource](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation.svg/?label=active+issues&show_trend=true&token=LcP1kzmhgcIk06HCJz8LUf7i)](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation/)
[![DeepSource](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation.svg/?label=resolved+issues&show_trend=true&token=LcP1kzmhgcIk06HCJz8LUf7i)](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation/)
[![DeepSource](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation.svg/?label=code+coverage&show_trend=true&token=LcP1kzmhgcIk06HCJz8LUf7i)](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation/)
> [!warning]
> **DISCLAIMER**: Use at your own risk. We're not responsible for anything that
could happen to your devices.