We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ff9125 commit d26c5f6Copy full SHA for d26c5f6
.github/workflows/build.yml
@@ -43,8 +43,4 @@ jobs:
43
pip install -r test_requirements.txt
44
cd test/ && MPLBACKEND=Agg pytest --cov tikzplotlib
45
- name: Submit to codecov
46
- run: |
47
- pwd
48
- ls
49
- echo $HOME
50
- bash <(curl -s https://codecov.io/bash) -R ~/work
+ run: bash <(curl -s https://codecov.io/bash) -R ~/work/tikzplotlib
0 commit comments