Skip to content

Commit

Permalink
ci: cache codecov; enable code coverage for oxc_transformer
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 11, 2024
1 parent 98bf7e6 commit ced0721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,4 @@ ignore:
- "crates/oxc_ast/src/span.rs"
- "crates/oxc_wasm" # Remove this once wasm is completed
- "crates/oxc_diagnostics"
- "crates/oxc_type_synthesis"
- "crates/oxc_transformer" # not ready
- "crates/oxc_js_regex" # not ready
3 changes: 3 additions & 0 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:

- name: Install Rust Toolchain
uses: ./.github/actions/rustup
with:
shared-key: 'codecov'
save-cache: ${{ github.ref_name == 'main' }}

- name: Install cargo-llvm-cov
uses: taiki-e/install-action@v2
Expand Down

0 comments on commit ced0721

Please sign in to comment.