mirror of
https://github.com/ms-ati/docile
synced 2023-03-27 23:21:52 -04:00
Merge pull request #76 from ms-ati/dependabot/github_actions/codecov/codecov-action-1.5.2
Bump codecov/codecov-action from 1.5.0 to 1.5.2
This commit is contained in:
commit
d116ad5ded
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
|||
ruby-version: ${{ matrix.ruby }}
|
||||
bundler-cache: true
|
||||
- run: bundle exec rspec
|
||||
- uses: codecov/codecov-action@v1.5.0
|
||||
- uses: codecov/codecov-action@v1.5.2
|
||||
with:
|
||||
name: ${{ matrix.ruby }}
|
||||
file: ./coverage/coverage.xml
|
||||
|
|
Loading…
Reference in a new issue