Skip to content

Commit

Permalink
feat: docker-entrypoint was updated
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Dec 19, 2023
1 parent b5afeed commit 2d19614
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions docker-entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
#!/usr/bin/env bash
echo "chang dir to dags"
cd dags || exit

python3 -m coverage run --omit=tests/* -m pytest tests

cp .coverage ../.coverage
cd .. || exit
python3 -m coverage run --omit=tests/* -m pytest .
python3 -m coverage lcov -i -o coverage/lcov.info

0 comments on commit 2d19614

Please sign in to comment.