Skip to content

Commit d0f8a42

Browse files
authored
chore: add Codecov workflow
1 parent 7cd6a00 commit d0f8a42

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/codecov.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Codecov
2+
3+
on:
4+
push:
5+
branches: [ "main" ]
6+
pull_request:
7+
# The branches below must be a subset of the branches above
8+
branches: [ "main" ]
9+
10+
jobs:
11+
coverage:
12+
name: Codecov
13+
runs-on: ubuntu-latest
14+
steps:
15+
- name: Upload coverage reports to Codecov
16+
uses: codecov/codecov-action@v3
17+
env:
18+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)