Skip to content

Commit

Permalink
ci(gh-actions): bump codecov/codecov-action from 4.3.0 to 4.3.1 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 2, 2024
1 parent da40161 commit cd983ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: dotnet test -f ${{ matrix.framework }} --no-build -p:TestingPlatformCommandLineArguments="--coverage --coverage-output-format cobertura --coverage-output coverage.cobertura.xml"

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.3.0
uses: codecov/codecov-action@v4.3.1
with:
disable_search: true
file: ./test/Nogic.WritableOptions.Tests/bin/Debug/${{ matrix.framework }}/TestResults/coverage.cobertura.xml
Expand Down

0 comments on commit cd983ac

Please sign in to comment.