Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoboss committed Nov 11, 2021
1 parent 860c373 commit 482cf77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/common.yml
Expand Up @@ -119,6 +119,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ runner.os }}-${{ matrix.php-version }}-coverage
path: build/coverage/
- name: 馃 Run Infection
run: vendor/bin/infection --threads=$(nproc) --min-covered-msi=90 --coverage=build/coverage --skip-initial-tests --logger-github --no-interaction

Expand All @@ -131,6 +132,7 @@ jobs:
uses: actions/download-artifact@v2
with:
name: ${{ runner.os }}-${{ matrix.php-version }}-coverage
path: build/coverage/
- name: 馃攽 Install SSH Key
uses: shimataro/ssh-key-action@v2
with:
Expand All @@ -140,7 +142,7 @@ jobs:
run: |
ssh-keyscan -H github.com >> ~/.ssh/known_hosts && \
git clone git@github.com:elephox-dev/coverage.git build/coverage/html --depth=1 && \
cd tmp/coverage/html && \
cd build/coverage/html && \
find . -maxdepth 1 ! -name .git ! -name .nojekyll ! -name . -exec rm -rv {} \;
- name: 猡达笍 Push updated coverage report
uses: EndBug/add-and-commit@v7
Expand Down

0 comments on commit 482cf77

Please sign in to comment.