🔧 Update coverage config files (#1077)

This commit is contained in:
Sebastián Ramírez
2024-08-18 16:15:32 -05:00
committed by GitHub
parent 805718d78d
commit e448c339db
3 changed files with 9 additions and 2 deletions

View File

@@ -100,7 +100,7 @@ jobs:
- run: ls -la coverage
- run: coverage combine coverage
- run: coverage report
- run: coverage html --show-contexts --title "Coverage for ${{ github.sha }}"
- run: coverage html --title "Coverage for ${{ github.sha }}"
- name: Store coverage HTML
uses: actions/upload-artifact@v4