Skip to content

Option filter-changed-files set to true doesn't show anything #47

@ivanzusko

Description

@ivanzusko

I've added a dummy function and didn't cover it with tests and the changed file wasn't reported in the end (even though the overall coverage was shown)

- name: Post coverage report
        uses: romeovs/lcov-reporter-action@v0.3.1
        with:
          lcov-file: "${{ env.WORKING_DIRECTORY }}/coverage/lcov_head.info"
          lcov-base: "${{ env.WORKING_DIRECTORY }}/coverage/lcov.info"
          github-token: "${{ secrets.SA_GITHUB_TOKEN }}"
          delete-old-comments: true
          filter-changed-files: true

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions