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.
1 parent d15fadc commit 52ffc52Copy full SHA for 52ffc52
.github/workflows/test.yml
@@ -41,3 +41,22 @@ jobs:
41
# run: |
42
# forge test -vvv
43
# id: test
44
+
45
+ - name: Upload coverage reports to Codecov
46
+ uses: codecov/[email protected]
47
+ with:
48
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+ slug: iExecBlockchainComputing/RLC-multichain
50
51
+ - name: Run static analysis with slither
52
+ uses: crytic/[email protected]
53
54
+ target: "contracts/"
55
+ slither-args: --checklist --markdown-root ${{ github.server_url }}/${{ github.repository }}/blob/${{ github.sha }}/
56
+ fail-on: none
57
+ sarif: results.sarif
58
59
+ - name: Upload SARIF file
60
+ uses: github/codeql-action/upload-sarif@v3
61
62
+ sarif_file: results.sarif
lib/createx
@@ -0,0 +1 @@
1
+Subproject commit cbac803268835138f86a69bfe01fcf05a50e0447
0 commit comments