Skip to content

Commit

Permalink
working on github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
uberFoo committed Nov 22, 2023
1 parent d387747 commit c7bfcf5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Install cargo-llvm-cov
uses: taiki-e/install-action@cargo-llvm-cov
- name: Build
run: cargo build --verbose
- name: Run tests
run: cargo test --verbose
run: cargo llvm-cov --lcov --output-path coverage.lcov --verbose
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit c7bfcf5

Please sign in to comment.