Skip to content

Commit

Permalink
chore: set filename for LLVM_PROFILE_FILE
Browse files Browse the repository at this point in the history
  • Loading branch information
hopeyen committed Feb 22, 2024
1 parent 564eee1 commit 8407008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
- name: Run the test sqlx migrations
run: cargo sqlx migrate run --source file-service/migrations
- name: Run tests and generate coverage report
run: cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
run: LLVM_PROFILE_FILE="{}-%Nm" cargo llvm-cov test --all-features --workspace --lcov --output-path lcov.info
- name: Test documentation code snippets
run: cargo test --doc --all-features --workspace
- name: Upload coverage to Coveralls
Expand Down

0 comments on commit 8407008

Please sign in to comment.