Skip to content

Commit

Permalink
feat: add back Codecov with all files
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Aug 17, 2022
1 parent 1e15613 commit f1584f0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
extensions: fileinfo
- name: Install Hyde
run: git clone -b master https://github.com/hydephp/hyde.git

- name: Set Framework version to dev-github.base_ref
if: github.event_name != 'push'
run: "cd hyde && composer require hyde/framework:dev-master"
Expand All @@ -49,3 +49,9 @@ jobs:
cd hyde
curl https://gist.githubusercontent.com/caendesilva/d76fc6d73cb488863a8f6fda18a7c8c4/raw/24257c1f3ec4ce8a2c16601bbfa33f054f873be9/ping-openanalytics-testrunner.php -o ping.php
php ping.php "Framework CI Matrix" ${{ secrets.OPENANALYTICS_TOKEN }}
- name: "Publish coverage report to Codecov"
uses: codecov/codecov-action@v3
with:
directory: ./build/coverage
functionalities: network

0 comments on commit f1584f0

Please sign in to comment.