We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd73d99 commit 3d27855Copy full SHA for 3d27855
1 file changed
.github/workflows/unit-tests.yml
@@ -30,8 +30,6 @@ jobs:
30
py.test;
31
fi
32
- name: Coverage
33
- with:
34
- job-status: ${{ job.status }}
35
run: |
36
if [ ${COVERAGE} == "true" ]; then
37
pip install codecov;
0 commit comments