Skip to content

Commit d2b7e74

Browse files
committed
1 parent 44c5850 commit d2b7e74

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,11 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31+
pip install toml
3132
pip install -r requirements.txt
3233
3334
- name: Test with coverage reporting
3435
run: coverage run -m unittest discover -s tests
36+
37+
- name: Export coverage data as LCOV
38+
run: coverage lcov -o coverage.lcov

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,3 +172,5 @@ cython_debug/
172172

173173
# PyPI configuration file
174174
.pypirc
175+
176+
coverage.lcov

0 commit comments

Comments
 (0)