Skip to content

Commit

Permalink
Hack to copy dbt_platform_helper before running clean tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WillGibson committed Nov 20, 2024
1 parent b775221 commit 1c2b75b
Show file tree
Hide file tree
Showing 42 changed files with 3,888 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-mutation-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
poetry install
- name: Run mutation tests
# Todo: Drop the --force, it just here for easy local copy and paste
run: |
# Todo: Drop the --force, it just here for easy local copy and paste
poetry run cosmic-ray init cosmic-ray.toml cosmic-ray.sqlite --force
echo "Initialised"
poetry run cosmic-ray --verbosity INFO exec cosmic-ray.toml cosmic-ray.sqlite
Expand Down Expand Up @@ -72,7 +72,10 @@ jobs:
poetry install
- name: Run mutation tests
# Todo: Remove hack to copy dbt_platform_helper before running clean tests
run: |
mkdir mutants
cp -R dbt_platform_helper mutants
poetry run mutmut run
- name: Report results
Expand Down
Loading

0 comments on commit 1c2b75b

Please sign in to comment.