Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
davidovichmarcos committed Aug 13, 2024
1 parent d3f2fa2 commit 54a7bb7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ jobs:
- name: Run unit tests
run: pytest tests/test_notebooks.py -s
env:
ER_USERNAME: ${{ secrets.ER_USERNAME }}
ER_PASSWORD: ${{ secrets.ER_PASSWORD }}
GCP_DATAFLOW_SERVICE_KEY: ${{ secrets.GCP_DATAFLOW_SERVICE_KEY }}
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,4 @@ jobs:
pytest -v -r s --color=yes --cov=ecoscope --cov-append --cov-report=xml
- name: Codecov
uses: codecov/codecov-action@v4
run_unit_tests:
uses: ./.github/workflows/_tests.yml
uses: codecov/codecov-action@v4
3 changes: 3 additions & 0 deletions tests/test_notebooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@

KNOWN_ERRORS_REGEXES = { # This is basically a GitHub ticket queue
"EarthRanger_IO.ipynb": "Series found",
"GEE_IO.ipynb": "frontend does not support input requests", # This error only happens in the ci pipeline
"EcoMap.ipynb": "frontend does not support input requests", # This error only happens in the ci pipeline
"Remote Sensing Time Series Anomaly.ipynb": "frontend does not support input requests", # This error only happens in the ci pipeline
"Relocations_and_Trajectories.ipynb": "not a zip file",
"EcoGraph.ipynb": "not a zip file",
"EcoPlot.ipynb": "not a zip file",
Expand Down

0 comments on commit 54a7bb7

Please sign in to comment.