Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

ci(deps): bump codecov/codecov-action from v1.2.1 to v1.2.2 #236

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
name: coverage-report

- name: Push to codecov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v1.2.2
with:
file: jacoco.xml
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
title: latest

- name: Push to CodeCov
uses: codecov/codecov-action@v1.2.1
uses: codecov/codecov-action@v1.2.2
with:
file: lambda/target/site/jacoco/jacoco.xml
flags: unittests
Expand Down