Skip to content

Commit

Permalink
chore(metrics) update tics after code coverage is produced
Browse files Browse the repository at this point in the history
  • Loading branch information
edlerd committed Feb 29, 2024
1 parent 7609084 commit 2b57651
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@ jobs:
path: coverage/playwright-report
retention-days: 1

- name: TICS GitHub Action
uses: tiobe/tics-github-action@v2
with:
projectName: lxd-ui
ticsConfiguration: https://canonical.tiobe.com/tiobeweb/TICS/api/cfg?name=default
ticsAuthToken: ${{ secrets.TICS_AUTH_TOKEN }}
installTics: true

- name: Upload TICS report
if: always()
uses: actions/upload-artifact@v4
with:
name: tics-report
path: coverage/playwright-report

publish-coverage-report:
name: publish-coverage-report
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2b57651

Please sign in to comment.