Skip to content

Releases: MishaKav/pytest-coverage-comment

coverage format validation

23 Jun 20:59
5037dc0
Compare
Choose a tag to compare

add a check if a coverage file is valid

1.1.1

19 Jun 13:16
Compare
Choose a tag to compare

ignore files that didn't exist in multimode

Multiple files mode

15 Jun 21:00
Compare
Choose a tag to compare

Enable mode when you can pass multiple coverage results and it will generate a single comment with all results (may be useful in mono-repo projects)

- name: Pytest coverage comment
        uses: MishaKav/[email protected]
        with:
          multiple-files: |
            My Title 1, ./data/pytest-coverage_3.txt, ./data/pytest_1.xml
            My Title 2, ./data/pytest-coverage_4.txt, ./data/pytest_2.xml

image

Internal updates

15 Jun 18:41
Compare
Choose a tag to compare

Add jobId into watermark result.
When multiple workflows are running on the same PR, each one will replace the comment that belongs to the current workflow.

first alpha release

02 Jun 20:26
4f1adb2
Compare
Choose a tag to compare
v1.0

fisrt alpha release