Skip to content

Commit 6d779e1

Browse files
committed
#update - Removing the .xml code coverage report from the GH-pages, since it's exceeding the capacity
1 parent e80094e commit 6d779e1

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,14 +55,12 @@ jobs:
5555
- name: Generate code coverage report
5656
run: |
5757
grcov . -s . --binary-path ./target/debug/ -t html --branch --ignore-not-existing -o ./target/debug/coverage
58-
grcov . -s . --binary-path ./target/debug/ -t cobertura --branch --ignore-not-existing -o ./target/debug/coverage/code_cov.xml
5958
6059
- name: Publish Test Results
6160
uses: actions/upload-artifact@v3
6261
with:
6362
name: Unit Test Results
6463
path: |
65-
./target/debug/coverage/code_cov.xml
6664
./target/debug/coverage/index.html
6765
6866
- name: Publish coverage report to GitHub Pages

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
GITHUB_TOKEN: ${{ github.token }}
4646

4747
- name: "Update the CHANGELOG.md for the release"
48-
uses: mikepenz/release-changelog-builder-action@{latest-release}
48+
uses: mikepenz/release-changelog-builder-action@v3.7.0
4949
with:
5050
configuration: "./.github/changelog_configuration.json"
5151
env:

0 commit comments

Comments
 (0)