Skip to content

Commit 1928df3

Browse files
committed
1 parent d2b7e74 commit 1928df3

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.coveragerc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[run]
2+
omit =
3+
tests/*

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
- name: Install dependencies
2929
run: |
3030
python -m pip install --upgrade pip
31-
pip install toml
3231
pip install -r requirements.txt
3332
3433
- name: Test with coverage reporting

pyproject.toml

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)