diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6ffb2eb..04fe74e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,8 +18,3 @@ jobs: with: name: coverage-baseline path: artifacts/coverage-baseline.json - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} - files: ./coverage/coverage-final.json diff --git a/README.md b/README.md index 301eaf9..7e490ba 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # TON Graph -[![codecov](https://codecov.io/gh/PositiveSecurity/ton-graph/branch/main/graph/badge.svg)](https://codecov.io/gh/PositiveSecurity/ton-graph) - A Visual Studio Code extension for visualizing function call graphs in TON smart contracts written in FunC, Tact, and Tolk. Developed by [PositiveWeb3](https://www.positive.com) security researchers.