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

This commit is contained in:
dependabot[bot]
2023-04-17 17:02:26 -05:00
committed by GitHub
parent 60a4c63ab7
commit 2916d00d2c
+1 -1
View File
@@ -132,7 +132,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.1"
uses: "codecov/codecov-action@v3.1.2"
unit-tests:
name: "Unit Tests"