Skip to content

Commit 69283e7

Browse files
authored
Fix tester.yml coverage
1 parent 0763e7c commit 69283e7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/tester.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
steps:
6060
- uses: actions/checkout@v4
6161

62+
- name: Install Python dependencies
63+
run: |
64+
python3 -m pip install --upgrade pip
65+
python3 -m pip install .[test]
66+
6267
- name: Generate coverage report
6368
run: |
6469
python3 -m pytest --cov-report term --cov-report xml:cobertura.xml --cov=pina
@@ -70,4 +75,4 @@ jobs:
7075
threshold: 80.123
7176
fail: true
7277
publish: true
73-
coverage-summary-title: "Code Coverage Summary"
78+
coverage-summary-title: "Code Coverage Summary"

0 commit comments

Comments
 (0)