Skip to content

Commit

Permalink
ci: fix tics analysis action (#5615)
Browse files Browse the repository at this point in the history
  • Loading branch information
ElineMaaikedeWeerd authored Feb 19, 2025
1 parent 0936b62 commit de35b30
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
test-coverage-tics:
name: Run tests with coverage and generate TiCS report
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 720
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -51,9 +51,6 @@ jobs:
# See:
# https://github.com/tiobe/tics-github-action?tab=readme-ov-file#tics-github-action
mode: ${{ github.event_name == 'pull_request' && 'client' || 'qserver' }}
# In case of a scheduled run, we want TiCS to analyze main,
# otherwise the ref (branch/tag) we just pushed to
branchname: ${{ github.event_name == 'schedule' && 'main' || github.ref_name }}
project: maas-ui
viewerUrl: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICSAUTHTOKEN }}
Expand Down

0 comments on commit de35b30

Please sign in to comment.