Skip to content

Commit bfd7141

Browse files
authored
Update codecov-analysis.yml
1 parent c354f98 commit bfd7141

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed
Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
- name: Upload coverage reports to Codecov
2-
uses: codecov/codecov-action@v3
3-
env:
4-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
1+
name: Codecov workflow
2+
3+
on: [push, pull_request]
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
name: Codecov Analysis
8+
steps:
9+
- name: Upload coverage reports to Codecov
10+
uses: codecov/codecov-action@v3
11+
env:
12+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)