Skip to content

Commit

Permalink
Rename workflow file and upload covrep artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Apr 21, 2022
1 parent 8a1ebe4 commit d2e13c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Coverage
name: Test With Coverage

on:
push:
Expand Down Expand Up @@ -27,6 +27,12 @@ jobs:
run: vendor/bin/pest --coverage-text=report.txt
env:
ENV: testing

- name: Upload the report as an artifact
uses: actions/upload-artifact@v1
with:
name: 'report.txt'
path: 'report.txt'

- name: Download Coverage Parser
run: 'wget https://gist.githubusercontent.com/caendesilva/75a5ff8dd4e23921b75f503149655924/raw/456bd4bae423eda2a3ff2ba2ce8f8246f366d46f/parser.php'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test Suite
name: Test Suite (Matrix)

on:
push:
Expand Down

0 comments on commit d2e13c8

Please sign in to comment.