Skip to content

Commit 499e1e1

Browse files
authored
Merge pull request #49 from PositiveSecurity/w37mil-codex/настроить-шаг-отправки-в-codecov-и-добавить-бейдж
Add Codecov integration
2 parents 64047c3 + 03e27f8 commit 499e1e1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,8 @@ jobs:
1818
with:
1919
name: coverage-baseline
2020
path: artifacts/coverage-baseline.json
21+
- name: Upload coverage to Codecov
22+
uses: codecov/codecov-action@v3
23+
with:
24+
token: ${{ secrets.CODECOV_TOKEN }}
25+
files: ./coverage/coverage-final.json

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# TON Graph
22

3+
[![codecov](https://codecov.io/gh/PositiveSecurity/ton-graph/branch/main/graph/badge.svg)](https://codecov.io/gh/PositiveSecurity/ton-graph)
4+
35
A Visual Studio Code extension for visualizing function call graphs in TON smart contracts written in FunC, Tact, and Tolk.
46

57
Developed by [PositiveWeb3](https://www.positive.com) security researchers.

0 commit comments

Comments
 (0)