File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 99jobs :
1010 test-coverage-tics :
1111 name : Run tests with coverage and generate TiCS report
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-22.04
1313 timeout-minutes : 720
1414 steps :
1515 - uses : actions/checkout@v4
5151 # See:
5252 # https://github.com/tiobe/tics-github-action?tab=readme-ov-file#tics-github-action
5353 mode : ${{ github.event_name == 'pull_request' && 'client' || 'qserver' }}
54- # In case of a scheduled run, we want TiCS to analyze main,
55- # otherwise the ref (branch/tag) we just pushed to
56- branchname : ${{ github.event_name == 'schedule' && 'main' || github.ref_name }}
5754 project : maas-ui
5855 viewerUrl : https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
5956 ticsAuthToken : ${{ secrets.TICSAUTHTOKEN }}
You can’t perform that action at this time.
0 commit comments