File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,12 +13,13 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515jobs :
16- tests :
16+ analyze :
17+ name : Analyze
18+ environment : codecov
1719 permissions :
1820 pull-requests : write # Required for bot comments
19- name : Codecov
21+
2022 runs-on : " ubuntu-latest"
21- environment : codecov
2223 env :
2324 PYTHONIOENCODING : utf-8
2425 steps :
Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515jobs :
16- tests :
16+ analyze :
17+ name : Analyze
1718 permissions :
1819 contents : read # required for actions/checkout
1920 pull-requests : write # Required for bot comments
2021 id-token : write # Required for OIDC authentication with CodSpeed
21- name : CodSpeed
2222 runs-on : " ubuntu-latest"
2323 env :
2424 PYTHONIOENCODING : utf-8
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515jobs :
16- tests :
17- name : Static Checks
16+ analyze :
17+ name : Analyze
1818 runs-on : " ubuntu-latest"
1919 steps :
2020 - name : Checkout code
You can’t perform that action at this time.
0 commit comments