Skip to content

Commit

Permalink
updating ci.yml - codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
santisq committed Jun 5, 2024
1 parent 9eac0f3 commit 95fbbca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,11 @@ jobs:

- name: Upload Coverage to codecov
if: always() && !startsWith(github.ref, 'refs/tags/v')
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./output/TestResults/Coverage.xml
flags: ${{ matrix.info.name }}
token: ${{ secrets.CODECOV_TOKEN }}

publish:
name: publish
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 06/05/2024

- Update `ci.yml` to use `codecov-action@v4`.
- Fixed parameter names in `Compress-ZipArchive` documentation. Thanks to @martincostello.

# 02/26/2024

- Fixed a bug with `CompressionRatio` property showing always in InvariantCulture format.
Expand Down

0 comments on commit 95fbbca

Please sign in to comment.