Skip to content
Snippets Groups Projects
Unverified Commit b9bd40a9 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Name the beast

parent c25c300e
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
#! /usr/bin/env nix-shell #! /usr/bin/env nix-shell
#! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])" #! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
cp ./result-doc/share/doc/*/.coverage ./ cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine python -m coverage combine .coverage
python -m coverage report python -m coverage report
codecov --file .coverage codecov --file .coverage
...@@ -68,7 +68,7 @@ jobs: ...@@ -68,7 +68,7 @@ jobs:
- name: "Convert Coverage" - name: "Convert Coverage"
run: | run: |
coverage combine coverage combine .coverage
coverage report coverage report
coverage xml coverage xml
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment