Skip to content

Commit fb46dfb

Browse files
authored
Merge pull request #18 from msteinert/codecov
Add codecov configuration
2 parents 6bce85f + 64ad218 commit fb46dfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/codecov.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- name: Upload coverage reports to Codecov
2+
uses: codecov/codecov-action@v3
3+
env:
4+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)