Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show files with reduced coverage is not working #428

Open
tibistibi opened this issue Jun 17, 2024 · 1 comment
Open

Show files with reduced coverage is not working #428

tibistibi opened this issue Jun 17, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@tibistibi
Copy link

tibistibi commented Jun 17, 2024

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 tibistibi added the bug Something isn't working label Jun 17, 2024
@tibistibi
Copy link
Author

As I work longer with it it seems that the list only appears when a file is less tested than before. So reduced in the time sense and not less than wanted.

Then I would like to change my question to is it possible so show a list of all files with their coverage or all files lower than 100%?

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants