Skip to content

test: try lcov report for coveralls #9

test: try lcov report for coveralls

test: try lcov report for coveralls #9

Workflow file for this run

name: Tests
on:
push:
branches:
- master
jobs:
test:
name: Tests
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v5
with:
python-version: "3.10"
- name: install python deps
run: pip3 install tox tox-docker
- name: run tests
run: tox -e coverage
- name: coveralls
uses: coverallsapp/github-action@v2
with:
file: coverage.lcov
format: lcov