We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0763e7c commit 69283e7Copy full SHA for 69283e7
.github/workflows/tester.yml
@@ -59,6 +59,11 @@ jobs:
59
steps:
60
- uses: actions/checkout@v4
61
62
+ - name: Install Python dependencies
63
+ run: |
64
+ python3 -m pip install --upgrade pip
65
+ python3 -m pip install .[test]
66
+
67
- name: Generate coverage report
68
run: |
69
python3 -m pytest --cov-report term --cov-report xml:cobertura.xml --cov=pina
@@ -70,4 +75,4 @@ jobs:
70
75
threshold: 80.123
71
76
fail: true
72
77
publish: true
73
- coverage-summary-title: "Code Coverage Summary"
78
+ coverage-summary-title: "Code Coverage Summary"
0 commit comments