We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 563ed02 + 04acd24 commit a8b17d8Copy full SHA for a8b17d8
.github/workflows/ci.yml
@@ -18,8 +18,3 @@ jobs:
18
with:
19
name: coverage-baseline
20
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
@@ -1,7 +1,5 @@
1
# TON Graph
2
3
-[](https://codecov.io/gh/PositiveSecurity/ton-graph)
4
-
5
A Visual Studio Code extension for visualizing function call graphs in TON smart contracts written in FunC, Tact, and Tolk.
6
7
Developed by [PositiveWeb3](https://www.positive.com) security researchers.
0 commit comments