chore(deps): bump codecov/codecov-action from 3.1.0 to 3.1.1

This commit is contained in:
dependabot[bot]
2022-09-19 16:17:17 -05:00
committed by GitHub
parent 283468905a
commit fadce629ac
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
run: "./vendor/bin/phpunit --verbose --colors=always --coverage-text --coverage-clover build/logs/clover.xml"
- name: "Publish coverage report to Codecov"
uses: "codecov/codecov-action@v3.1.0"
uses: "codecov/codecov-action@v3.1.1"
unit-tests:
name: "Unit Tests"