Skip to content

Commit

Permalink
Update run_tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Dec 19, 2023
1 parent 774df6c commit 931730f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/run_tests
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
#!/bin/sh

# Run integration tests and generate code coverage
pytest --cov=intertidal --cov-report=xml tests/integration

# Copy code coverage to artifacts directory so they are accessible
# outside the docker container via the mounted volume
# cp coverage.xml /mnt/artifacts/
pytest --cov=coastlines --cov-report=xml tests/integration

0 comments on commit 931730f

Please sign in to comment.