Skip to content

Commit

Permalink
disable search for upload
Browse files Browse the repository at this point in the history
  • Loading branch information
vintagepc committed Apr 15, 2024
1 parent b7b920e commit 0ae8bc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
# Comma-separated list of files to upload
files: ${{ runner.workspace }}/MINI404/build/meson-logs/c2.info
disable_search: true
file: ${{ runner.workspace }}/MINI404/build/meson-logs/c2.info
# Specify whether or not CI build should fail if Codecov runs into an error during upload
fail_ci_if_error: true
# Comma-separated list, see the README for options and their usage
Expand Down

0 comments on commit 0ae8bc2

Please sign in to comment.