Skip to content

Commit

Permalink
try --codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Apr 15, 2024
1 parent fd5002b commit ce449ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- main
- codecov
paths:
- '**.rs'
- '.github/workflows/codecov.yml'
Expand Down Expand Up @@ -44,7 +45,7 @@ jobs:
env:
# Increase stack size to 10MB, avoid `oxc_prettier` from stack overflowing when printing long assignment expressions.
RUST_MIN_STACK: 104857600
run: cargo codecov --lcov --output-path lcov.info
run: cargo codecov --codecov --output-path lcov.info

- name: Upload Artifact
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit ce449ab

Please sign in to comment.