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

Try getting some distance from CircleCI

parent 383016ab
No related branches found
No related tags found
1 merge request!147Try to fix coverage collection from nix
......@@ -145,13 +145,8 @@ jobs:
- run:
name: "Report Coverage"
shell: "/usr/bin/env nix-shell"
command: |
#! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine
python -m coverage report
codecov --file .coverage
./.circleci/report-coverage.sh
workflows:
version: 2
......
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p "python.withPackages (ps: [ ps.codecov ])"
cp ./result-doc/share/doc/*/.coverage ./
python -m coverage combine
python -m coverage report
codecov --file .coverage
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