mirror of
https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation.git
synced 2026-08-09 15:19:11 +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
|
|
@ -1,13 +0,0 @@
|
|||
version = 1
|
||||
|
||||
[[analyzers]]
|
||||
name = "rust"
|
||||
|
||||
[analyzers.meta]
|
||||
msrv = "stable"
|
||||
|
||||
[[analyzers]]
|
||||
name = "test-coverage"
|
||||
|
||||
[[transformers]]
|
||||
name = "rustfmt"
|
||||
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
|
||||
|
|
|
|||
|
|
@ -1,9 +1,5 @@
|
|||
# Universal Android Debloater Next Generation
|
||||
|
||||
[](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation/)
|
||||
[](https://app.deepsource.com/gh/Universal-Debloater-Alliance/universal-android-debloater-next-generation/)
|
||||
[](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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue