We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f64b0cb commit 13e6a58Copy full SHA for 13e6a58
.github/workflows/codecov.yml
@@ -34,7 +34,7 @@ jobs:
34
run: |
35
conda activate pyjanitor-dev
36
python -m pip install -e .
37
- make test
+ pytest
38
39
# https://github.com/codecov/codecov-action
40
- name: Upload code coverage
0 commit comments