Skip to content

Commit

Permalink
add cov for python
Browse files Browse the repository at this point in the history
  • Loading branch information
gautierdag committed Dec 15, 2023
1 parent 98d1ce6 commit 15baad8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
push:
branches:
- main
- release
tags:
- "*"
pull_request:
workflow_dispatch:

Expand Down Expand Up @@ -57,7 +54,7 @@ jobs:
cargo llvm-cov clean --workspace
cargo test
maturin develop
pytest tests --cov=foobar --cov-report xml
pytest tests --cov=bpeasy --cov-report xml
cargo llvm-cov report --lcov --output-path coverage.lcov
- uses: codecov/codecov-action@v3
env:
Expand Down

0 comments on commit 15baad8

Please sign in to comment.