testing code coverage summary

Signed-off-by: Karl W Schulz <karl.schulz@amd.com>
This commit is contained in:
Karl W Schulz
2024-02-28 11:54:12 -06:00
rodzic 8a15b991de
commit 7c6b965851
2 zmienionych plików z 12 dodań i 6 usunięć
+6
Wyświetl plik
@@ -75,6 +75,12 @@ jobs:
with:
files: |
tests/**/test_*.xml
- name: Code coverage summary
uses: 5monkeys/cobertura-action@master
if: always()
with:
path: src/coverage.xml
## ## - name: Pytest coverage comment
## ## if: '!cancelled()'
## ## uses: MishaKav/pytest-coverage-comment@v1.1.48