Skip to content

Commit 5505657

Browse files
no need to pin coverage at 3.2.0 (too old)
1 parent c24d096 commit 5505657

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generate-coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
shell: bash -l {0}
109109
run: |
110110
sudo gem install coveralls-lcov
111-
pip install coveralls==3.2.0
111+
pip install coveralls
112112
113113
- name: Upload coverage data to coveralls.io
114114
shell: bash -l {0}

0 commit comments

Comments
 (0)