Skip to content

Commit 3d27855

Browse files
committed
add workflow
1 parent bd73d99 commit 3d27855

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/unit-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ jobs:
3030
py.test;
3131
fi
3232
- name: Coverage
33-
with:
34-
job-status: ${{ job.status }}
3533
run: |
3634
if [ ${COVERAGE} == "true" ]; then
3735
pip install codecov;

0 commit comments

Comments
 (0)