Some output values return empty
0x78f1935 opened this issue · 1 comments
0x78f1935 commented
Weirdly enough my output variables are empty. I'm sending the test results into MS-Teams.
The comment itself seems to generate nicely.
The coverage step:
- name: Pytest Coverage Comment
id: coverageComment
uses: MishaKav/pytest-coverage-comment@v1.1.45
with:
pytest-xml-coverage-path: ./htmlcov/coverage.xml
title: PyTest Coverage
badge-title: PyTest Coverage
default-branch: ${{ github.ref }}
Am I missing something?