Skip to content

Commit

Permalink
Re-enable coverage reporting to coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
sajith committed Nov 19, 2024
1 parent 00b09cb commit eb054bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,18 +61,18 @@ jobs:
# Run tests and collect coverage data.
python -m pytest
# Generate LCOV format coverage data for coveralls.
#coverage lcov -o coverage.lcov
coverage lcov -o coverage.lcov
- name: Build packages
run: |
python -m flit build
#- name: Send coverage data to coveralls.io
# uses: coverallsapp/github-action@main
# with:
# flag-name: run-${{ join(matrix.*, '-') }}
# file: coverage.lcov
# parallel: true
- name: Send coverage data to coveralls.io
uses: coverallsapp/github-action@main
with:
flag-name: run-${{ join(matrix.*, '-') }}
file: coverage.lcov
parallel: true

finalize:
name: finalize
Expand Down

0 comments on commit eb054bf

Please sign in to comment.