Skip to content

Commit

Permalink
Merge pull request #23 from OpenZeppelin/amar-init-code-coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
4meta5 authored Nov 29, 2023
2 parents 57f9353 + fb72a2e commit d18a709
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,8 @@ jobs:
run: cargo doc --locked --all --no-deps
env:
RUSTDOCFLAGS: "-D rustdoc::broken-intra-doc-links -D rustdoc::private_intra_doc_links"

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit d18a709

Please sign in to comment.