1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Bump codecov/codecov-action from 1 to 1.5.0

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 1.5.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v1...v1.5.0)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-05-11 14:42:54 +00:00 committed by GitHub
parent fba9f0108f
commit e0a3e10e9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ jobs:
ruby-version: ${{ matrix.ruby }} ruby-version: ${{ matrix.ruby }}
bundler-cache: true bundler-cache: true
- run: bundle exec rspec - run: bundle exec rspec
- uses: codecov/codecov-action@v1 - uses: codecov/codecov-action@v1.5.0
with: with:
name: ${{ matrix.ruby }} name: ${{ matrix.ruby }}
file: ./coverage/coverage.xml file: ./coverage/coverage.xml