File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments