mirror of
https://github.com/pezkuwichain/pezkuwi-runtime-templates.git
synced 2026-04-24 21:17:56 +00:00
Enable Coverage Uploading (#392)
* enable coverage on generic * add evm, add flags * separate coverage into separate pipeline * debugging coverage * rename pipeline * fix template
This commit is contained in:
@@ -111,10 +111,3 @@ jobs:
|
||||
run: cargo doc --release --locked --all --no-deps
|
||||
env:
|
||||
RUSTDOCFLAGS: "-D rustdoc::broken-intra-doc-links -D rustdoc::private_intra_doc_links"
|
||||
|
||||
# Will enable the below back again once we tackle #260
|
||||
# FIXME: Calculate coverage and define how to upload all template coverage reports
|
||||
# - name: Upload coverage reports to Codecov
|
||||
# uses: codecov/codecov-action@v3
|
||||
# env:
|
||||
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user