Update codecov-action to v2 and make it possible to keep it up-to-date with dependabot (#1181)

* Update codecov-action to v2

* Add github-actions to dependabot
This commit is contained in:
Kanji Yomoda
2021-10-25 10:58:16 +09:00
committed by GitHub
parent e5fd30f438
commit 09668459c8
2 changed files with 8 additions and 1 deletions

View File

@@ -6,3 +6,10 @@ updates:
interval: daily
time: "20:00"
open-pull-requests-limit: 10
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "20:00"
open-pull-requests-limit: 10

View File

@@ -18,7 +18,7 @@ jobs:
- name: Generate code coverage
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
files: lcov.info