feat: add codecov to pipeline

This commit is contained in:
Alex Wellnitz 2023-10-25 23:11:12 +02:00
parent fe3d2b7d29
commit 8a974f6b2c

View File

@ -20,3 +20,8 @@ jobs:
run: cargo build --verbose
- name: Run tests
run: cargo test
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}