Skip to content

Commit a6e5ccb

Browse files
authored
Merge pull request #60 from open-feature/dependabot/github_actions/codecov/codecov-action-3.1.1
Chore(deps): Bump codecov/codecov-action from 3.1.0 to 3.1.1
2 parents aaddd1c + 77dd5f7 commit a6e5ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code-coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Test ${{ matrix.version }}
3636
run: dotnet test --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
3737

38-
- uses: codecov/[email protected].0
38+
- uses: codecov/[email protected].1
3939
with:
4040
env_vars: OS
4141
name: Code Coverage for ${{ matrix.os }}

0 commit comments

Comments
 (0)