Skip to content

Commit

Permalink
[Bugfix] CI: Correct code coverage report asset upload on PR (#1375)
Browse files Browse the repository at this point in the history
* Fixed ::= CI:  code coverage report asset upload; fixes #1317

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] committed Apr 15, 2024
1 parent 2d11690 commit b259d67
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- run: |
rustup update
cargo llvm-cov --cobertura --output-path cobertura.xml
pycobertura show cobertura.xml >> coverage.md
pycobertura show cobertura.xml >> code-coverage.txt
- uses: actions/[email protected]
with:
Expand Down
8 changes: 8 additions & 0 deletions changelog.d/20240415_203131_GitHub_Actions_1317.ron
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
(
references: {},
changes: {
"Fixed": [
"CI: code coverage report asset upload; fixes #1317",
],
},
)

0 comments on commit b259d67

Please sign in to comment.