We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e8613 commit bb067edCopy full SHA for bb067ed
.github/workflows/build-and-push.yml
@@ -38,21 +38,13 @@ jobs:
38
run: |
39
pip install flake8
40
flake8 src/ --config=.flake8
41
+ continue-on-error: true
42
43
- name: Run tests
44
45
pytest tests/ -v --cov=src/stac_fastapi/globus_search --cov-report=xml
46
continue-on-error: true
47
- - name: Upload coverage reports
48
- uses: codecov/codecov-action@v4
49
- if: github.event_name == 'push'
50
- with:
51
- file: ./coverage.xml
52
- flags: unittests
53
- name: codecov-umbrella
54
- continue-on-error: true
55
-
56
build:
57
name: Build and Push Docker Image
58
runs-on: ubuntu-latest
0 commit comments