Skip to content

Commit 852dbae

Browse files
authored
Merge pull request #165 from canonical/IAM-1073
ci: add tests for coverage in tiobe
2 parents f237f63 + 1f963c0 commit 852dbae

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/tiobe.yaml

+7-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16+
- name: Install dependencies
17+
run: python -m pip install tox
18+
- name: Run tests
19+
run: |
20+
tox -e unit
21+
mkdir coverage
22+
cp .coverage coverage/
1623
- name: Get repo name
1724
run: echo "REPO_NAME=$(echo ${{ github.repository }} | cut -d'/' -f2)" >> $GITHUB_ENV
1825
- name: TICS GitHub Action
@@ -25,4 +32,3 @@ jobs:
2532
installTics: true
2633
filelist: .
2734
recalc: ALL
28-

0 commit comments

Comments
 (0)