-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
I'm sorry for asking a question on issues page, but I could not find a proper place to do.
Does covimerage support Windows? Today I added Windows environment to CI for clever-f.vim. And I got a crash on covimerage write_coverage. It did output nothing to stderr and just exited with non-zero status.
https://github.com/rhysd/clever-f.vim/runs/408651778?check_suite_focus=true#step:7:28
My steps to run covimerage are as follows (assume :profile output is put in ./test directory):
- name: Install Python
uses: actions/setup-python@v1
- name: Report coverage
run: |
pip install covimerage
covimerage --version
cd ./test
covimerage write_coverage profile.txt
coverage report
coverage xmlI'm using actions/setup-python@v1 with no argument so Python version would be the latest stable.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels