Skip to content

Commit a74b378

Browse files
Bump codecov/codecov-action from 1.3.2 to 2.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.3.2 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.3.2...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]>
1 parent 2d155ab commit a74b378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: |
2121
dotnet test dropbox-sdk-dotnet/Dropbox.Api.Unit.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
2222
- name: Publish Coverage
23-
uses: codecov/codecov-action@v1.3.2
23+
uses: codecov/codecov-action@v2.1.0
2424
if: matrix.os == 'ubuntu-latest'
2525
with:
2626
flags: unit
@@ -53,7 +53,7 @@ jobs:
5353
run: |
5454
dotnet test dropbox-sdk-dotnet/Dropbox.Api.Integration.Tests --collect:"XPlat Code Coverage" -- 'DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.ExcludeByFile=**/Generated/**/*.cs'
5555
- name: Publish Coverage
56-
uses: codecov/codecov-action@v1.3.2
56+
uses: codecov/codecov-action@v2.1.0
5757
if: matrix.os == 'ubuntu-latest'
5858
with:
5959
flags: integration

0 commit comments

Comments
 (0)