Skip to content

Commit

Permalink
Merge pull request #579 from browscap/dependabot/github_actions/codec…
Browse files Browse the repository at this point in the history
…ov/codecov-action-3.1.3

github-actions: bump codecov/codecov-action from 3.1.2 to 3.1.3
  • Loading branch information
asgrim committed May 15, 2023
2 parents f34f0cf + 0935a42 commit 662817f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,7 @@ jobs:
run: "vendor/bin/phpunit -c phpunit.xml.dist --verbose --exclude-group compare --coverage-clover=coverage.clover --coverage-text --colors"

- name: "Upload coverage to Codecov"
uses: "codecov/[email protected].2"
uses: "codecov/[email protected].3"
with:
file: "coverage.clover"
flags: "phpunit"
Expand Down

0 comments on commit 662817f

Please sign in to comment.