From 03e27f821f93d2cc6bebfc0caa2fa768e5a742ba Mon Sep 17 00:00:00 2001 From: Ilya Druzhinin Date: Thu, 5 Jun 2025 23:11:24 +0300 Subject: [PATCH] ci: add codecov upload --- .github/workflows/ci.yml | 5 +++++ README.md | 2 ++ 2 files changed, 7 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04fe74e..6ffb2eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,3 +18,8 @@ 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 7e490ba..301eaf9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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.