Loading .github/workflows/continuous_integration.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: python setup.py install - name: Test Python Package run: | pytest pytest --cov-report=xml - name: Upload Coverage uses: codecov/codecov-action@v1 with: Loading Loading
.github/workflows/continuous_integration.yml +1 −1 Original line number Diff line number Diff line Loading @@ -50,7 +50,7 @@ jobs: python setup.py install - name: Test Python Package run: | pytest pytest --cov-report=xml - name: Upload Coverage uses: codecov/codecov-action@v1 with: Loading