Skip to content

Commit

Permalink
Merge branch 'main' into feat/bcs-encode-proof
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcobb23 authored Sep 22, 2023
2 parents d750cc0 + 8ce5ef7 commit 86ecf9b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ on:
pull_request:
push:
branches:
- 'main'
- 'releases/**'
- main
- releases/**

jobs:
coverage:
Expand Down Expand Up @@ -35,6 +35,9 @@ jobs:

- name: Generate code coverage
run: cargo llvm-cov --workspace --lcov --output-path lcov.info
env:
RUSTFLAGS: --cfg tracing_unstable
RUST_BACKTRACE: 1

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit 86ecf9b

Please sign in to comment.