mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-08 10:07:51 -06:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f241e85d8f |
7
.github/workflows/coverage.yaml
vendored
7
.github/workflows/coverage.yaml
vendored
@@ -44,7 +44,12 @@ jobs:
|
|||||||
run: cargo install cargo-tarpaulin
|
run: cargo install cargo-tarpaulin
|
||||||
|
|
||||||
- name: Generate coverage report
|
- name: Generate coverage report
|
||||||
run: cargo tarpaulin --out Html --output-dir coverage
|
run: |
|
||||||
|
cargo tarpaulin \
|
||||||
|
--out Html \
|
||||||
|
--output-dir coverage \
|
||||||
|
# Manually link zlib. This should be synchronized with the flags set for Linux in .cargo/config.toml.
|
||||||
|
--rustflags="-C link-arg=-lz"
|
||||||
|
|
||||||
- name: Upload coverage to Coveralls
|
- name: Upload coverage to Coveralls
|
||||||
uses: coverallsapp/github-action@v2
|
uses: coverallsapp/github-action@v2
|
||||||
|
|||||||
Reference in New Issue
Block a user