Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 5b7f81e

Browse files
author
William McLendon
committed
Changes to github actions script
1 parent 9217db1 commit 5b7f81e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-driver-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
source ${{ env.venv-name }}/bin/activate
7272
python3 -m pytest --version
73-
python3 -m pytest --cov=configparserenhanced --cov-report=term --cov-report=html --cov-config=.coveragerc --cov-report=html:${{ github.workspace }}/htmlcov
73+
python3 -m pytest --cov=configparserenhanced --cov-report=term --cov-report=html --cov-report=html:${{ github.workspace }}/htmlcov --cov-config=.coveragerc
7474
ls -ltrhF ${{ github.workspace }}/htmlcov
7575
7676
- name: Save Artifacts

0 commit comments

Comments
 (0)