Skip to content

Commit 44045b0

Browse files
ci(codecov): update codecov gha version number (#330)
* ci(codecov): update codecov gha version number * add reference to codecov token using secret * testing codecov/codecov-action@v3 * testing codecov/[email protected] * ci(codecov): bump gh action version to 5 --------- Co-authored-by: Charles Truong <[email protected]>
1 parent ae23aad commit 44045b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/run-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ jobs:
5252
run: |
5353
python -m pytest --cov --cov-report=xml --cov-report=term:skip-covered
5454
- name: Upload coverage to Codecov
55-
uses: codecov/codecov-action@v2
55+
uses: codecov/codecov-action@v5
56+
# env:
57+
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5658
with:
5759
files: ./coverage.xml
5860
flags: unittests

0 commit comments

Comments
 (0)