Skip to content

Commit

Permalink
Add the --do-cov option for the github workflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
danscales committed Jun 25, 2024
1 parent 6dbeb72 commit 1859935
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:

- name: Test with pytest
run: |
./scripts/test
./scripts/test_v2 --no_build
./scripts/test --do-cov
./scripts/test_v2 --no_build --do-cov
- name: Run codacy-coverage-reporter
uses: codacy/codacy-coverage-reporter-action@master
Expand Down

0 comments on commit 1859935

Please sign in to comment.