mirror of
https://github.com/nextcloud/android.git
synced 2024-11-25 14:45:47 +03:00
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:
parent
7f00cd6e46
commit
79fc8c61d9
2 changed files with 2 additions and 2 deletions
2
.github/workflows/unit-tests.yml
vendored
2
.github/workflows/unit-tests.yml
vendored
|
@ -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() }}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue