diff --git a/.deepsource.toml b/.deepsource.toml deleted file mode 100644 index 21d4940..0000000 --- a/.deepsource.toml +++ /dev/null @@ -1,13 +0,0 @@ -version = 1 - -[[analyzers]] -name = "rust" - - [analyzers.meta] - msrv = "stable" - -[[analyzers]] -name = "test-coverage" - -[[transformers]] -name = "rustfmt" \ No newline at end of file diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7505d20..68b9c3c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/README.md b/README.md index f5db988..5fc614f 100644 --- a/README.md +++ b/README.md @@ -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.