Skip to content

Commit bb067ed

Browse files
Removing coverage for now
1 parent 67e8613 commit bb067ed

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/build-and-push.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,13 @@ jobs:
3838
run: |
3939
pip install flake8
4040
flake8 src/ --config=.flake8
41+
continue-on-error: true
4142

4243
- name: Run tests
4344
run: |
4445
pytest tests/ -v --cov=src/stac_fastapi/globus_search --cov-report=xml
4546
continue-on-error: true
4647

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-
5648
build:
5749
name: Build and Push Docker Image
5850
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)