Skip to content

Commit 6092f4b

Browse files
Bump codecov/codecov-action from v1.2.1 to v1.3.2 (#224)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.1 to v1.3.2. - [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...9b0b9bb) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7f870a2 commit 6092f4b

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.2.1
23+
uses: codecov/codecov-action@v1.3.2
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.2.1
56+
uses: codecov/codecov-action@v1.3.2
5757
if: matrix.os == 'ubuntu-latest'
5858
with:
5959
flags: integration

0 commit comments

Comments
 (0)