Skip to content

Commit

Permalink
fix: log after Codecov run
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasrockhu-codecov committed Aug 17, 2022
1 parent a79d4e8 commit dc6a944
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ jobs:
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: Check the build/coverage folder
run: ls ./build/coverage

- name: "Publish coverage report to Codecov"
uses: codecov/codecov-action@v3
with:
directory: ./build/coverage
functionalities: network

- name: Check the build/coverage folder
run: ls build/coverage

- name: Check the contents of coverage folder
run: cat ./build/coverage/coverage-xml
run: cat build/coverage/coverage-xml

0 comments on commit dc6a944

Please sign in to comment.