jest-coverage-report-action icon indicating copy to clipboard operation
jest-coverage-report-action copied to clipboard

Show files with reduced coverage is not working

Open tibistibi opened this issue 2 weeks ago • 1 comments

Describe a bug

When I have setup jest with babel and code all in one directory i get this report: image

You see here the Show files with reduced coverage. When I move the config files one dir up make it more clean what is my code and what is the config files I get this report:

image

Expected behavior

I would like to keep the option to show the files seperately

Details

  • Action version:
  • run from github action
          name: 'coverage location-sf-ods-connector'
          on:
              pull_request:
                  branches:
                      - master
                      - main
          permissions: write-all
                     
          jobs:
              coverage:
                  runs-on: ubuntu-latest
                  steps:
                      - uses: actions/checkout@v3
                      - uses: ArtiomTr/jest-coverage-report-action@v2
                        with:
                          working-directory: bms/location-sf-ods-connector/lambda
</details>
  • Screenshots

see above

Additional context

Maybe it somehow can not compare to get the reduced coverage list. Or I do not understand how it can conclude it is reduced (what against what)

tibistibi avatar Jun 17 '24 10:06 tibistibi