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

files argument is not used #107

Open
davidwessman opened this issue Dec 25, 2024 · 0 comments
Open

files argument is not used #107

davidwessman opened this issue Dec 25, 2024 · 0 comments

Comments

@davidwessman
Copy link

Hello!

When running the action it reports one of my files I use for specs as well.

I have tried to add both files with a bang and adding exclude:

info - 2024-12-25 23:00:38,762 -- ci service found: github-actions
warning - 2024-12-25 23:00:38,773 -- No config file could be found. Ignoring config.
warning - 2024-12-25 23:00:38,788 -- Some files being explicitly added are found in the list of excluded files for upload. We are still going to search for the explicitly added files. --- {"files": ["report.xml"]}
warning - 2024-12-25 23:00:39,095 -- Some files were not found --- {"not_found_files": ["!./test/support"]}
info - 2024-12-25 23:00:39,275 -- Found 2 test_results files to report
info - 2024-12-25 23:00:39,275 -- > /home/runner/work/project/test/support/files/minitest_example.xml
- name: Upload test results to Codecov
   if: ${{ !cancelled() }}
   uses: codecov/test-results-action@v1
   with:
     token: ${{ secrets.CODECOV_TOKEN }}
     files: ./report.xml,!./test/support
- name: Upload test results to Codecov
   if: ${{ !cancelled() }}
   uses: codecov/test-results-action@v1
   with:
     token: ${{ secrets.CODECOV_TOKEN }}
     files: ./report.xml
     exclude: ./test/support
@davidwessman davidwessman changed the title files input is not used files argument is not used Dec 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant