codecov: add flag to integration test coverage so the UI is clearer

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey Vilas 2022-04-27 10:19:23 +02:00
parent 7f00cd6e46
commit 79fc8c61d9
No known key found for this signature in database
GPG Key ID: 2585783189A62105
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ jobs:
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }}
flags: unittests
flags: unit
fail_ci_if_error: true
- name: Upload jacoco artifacts
if: ${{ failure() }}

View File

@ -24,7 +24,7 @@ fi
curl -Os https://uploader.codecov.io/latest/linux/codecov
chmod +x codecov
./codecov -t fc506ba4-33c3-43e4-a760-aada38c24fd5
./codecov -t fc506ba4-33c3-43e4-a760-aada38c24fd5 -F integration
echo "Exit with: " $stat
exit $stat