Skip to content

Commit

Permalink
chore: merge python code coverage report with rust
Browse files Browse the repository at this point in the history
  • Loading branch information
xushiyan committed Jul 15, 2024
1 parent 2c59bf1 commit 1e72997
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,18 @@ jobs:
- name: Check code style
run: cd python && make check-rust

test:
runs-on: ubuntu-latest
unit-test:
name: Unit tests with coverage
needs: check
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: ['ubuntu-24.04', 'windows-latest']
python-version: ['3.8', '3.12']
exclude:
- os: windows-latest
python-version: '3.8'
container:
image: xd009642/tarpaulin:0.29.1
options: --security-opt seccomp=unconfined
Expand Down

0 comments on commit 1e72997

Please sign in to comment.