Skip to content

Commit 2ae4dd1

Browse files
committed
Update codecov action version
1 parent bdf1e83 commit 2ae4dd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: flake8 --output-file=flake8.txt --exit-zero
3232
- name: Generate Coverage Reports 📋
3333
run: |
34-
coverage report >> coverage.txt
34+
coverage report
3535
coverage xml
3636
- name: Upload reports 📤
3737
uses: actions/upload-artifact@v2
@@ -69,4 +69,4 @@ jobs:
6969
with:
7070
name: reports
7171
- name: Upload to Codecov ☂️
72-
uses: codecov/codecov-action@v1
72+
uses: codecov/codecov-action@v3.1.4

0 commit comments

Comments
 (0)