Skip to content

Commit

Permalink
Try without copying files around
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 20, 2023
1 parent 9f5658b commit 4754167
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/dea-intertidal-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
docker-compose exec -T dea_intertidal /bin/sh -c "sh ./tests/run_tests"
# docker-compose down
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false

- name: Setup upterm session
uses: lhotari/action-upterm@v1

Expand Down
4 changes: 3 additions & 1 deletion tests/run_tests
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh

# Run integration tests and generate code coverage
pytest --cov=intertidal --cov-report=xml tests/integration
pytest --cov=intertidal --cov-report=xml tests/integration
find / -name "coverage.xml"
ls

0 comments on commit 4754167

Please sign in to comment.