Skip to content

Commit 3badbc9

Browse files
committed
Update codecov to v2
Signed-off-by: Ev Lacey <elacey@nvidia.com>
1 parent 77d690d commit 3badbc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
source .venv/bin/activate
3838
coverage xml
3939
- name: Upload coverage
40-
uses: codecov/codecov-action@v1
40+
uses: codecov/codecov-action@v2
4141
with:
4242
fail_ci_if_error: false
43-
file: ./coverage.xml
43+
files: ./coverage.xml

0 commit comments

Comments
 (0)