Skip to content

Windows support? #90

@rhysd

Description

@rhysd

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 xml

I'm using actions/setup-python@v1 with no argument so Python version would be the latest stable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions