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:
Nikita Khateev
2024-12-25 00:03:32 +04:00
committed by GitHub
parent f30d5758d7
commit 8cb7cda000
3 changed files with 99 additions and 14 deletions
-7
View File
@@ -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 }}