Skip to content

Commit

Permalink
Fix coverage line
Browse files Browse the repository at this point in the history
  • Loading branch information
cjrh committed Dec 6, 2024
1 parent aa53bec commit 35e1c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
env:
PYTHONPATH: .
run: |
coverage run -m pytest autoslot tests
coverage run -m pytest
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
Expand Down

0 comments on commit 35e1c82

Please sign in to comment.