We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64047c3 + 03e27f8 commit 499e1e1Copy full SHA for 499e1e1
.github/workflows/ci.yml
@@ -18,3 +18,8 @@ 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,5 +1,7 @@
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