Update coverage.yml

Adding flag to generate coverage(?)
This commit is contained in:
Jamie Hardt
2023-06-04 23:02:25 -07:00
committed by GitHub
parent d3eb2377ec
commit d7803ba5ae

View File

@@ -27,6 +27,8 @@ jobs:
run: cargo build --verbose run: cargo build --verbose
- name: Run tests - name: Run tests
run: cargo test --verbose run: cargo test --verbose
env:
RUSTFLAGS: "-C instrument-coverage"
- name: Codecov - name: Codecov
uses: codecov/codecov-action@v3.1.4 uses: codecov/codecov-action@v3.1.4