Skip to content

Commit cb70e0d

Browse files
Bump codecov/codecov-action from 1.2.1 to 2.1.0 (#138)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.2.1 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1.2.1...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fec096 commit cb70e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
run: dotnet test --no-restore -p:CollectCoverage=true
7070
- name: Upload coverage to codecov
7171
if: ${{ startsWith(matrix.os, 'ubuntu') }}
72-
uses: codecov/codecov-action@v1.2.1
72+
uses: codecov/codecov-action@v2.1.0
7373
with:
7474
files: .coverage/GraphQLParser.Tests/coverage.net5.opencover.xml
7575

0 commit comments

Comments
 (0)