We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7b3b7 commit 376ee8eCopy full SHA for 376ee8e
.github/workflows/pre_merge.yml
@@ -4,7 +4,7 @@ on:
4
push:
5
branches:
6
- develop
7
- - releases/v1.0.0
+ - releases/**
8
pull_request:
9
types:
10
- opened
@@ -61,7 +61,7 @@ jobs:
61
# so we use the latest version of codecov uploader binary
62
curl -Os https://uploader.codecov.io/latest/linux/codecov
63
chmod +x codecov
64
- ./codecov -t ${{ secrets.CODECOV_TOKEN }} --sha $COMMIT_ID -Z true -U $HTTP_PROXY -f .tox/coverage.xml
+ ./codecov -t ${{ secrets.CODECOV_TOKEN }} --sha $COMMIT_ID -U $HTTP_PROXY -f .tox/coverage.xml
65
Pre-Merge-Integration-Common-Test:
66
runs-on: [self-hosted, linux, x64, dev]
67
needs: Pre-Merge-Unit-Test
0 commit comments