Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

golang: remove code coverage annotations #76

Merged
merged 5 commits into from
Dec 20, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
base-lcov-file: ${{ hashFiles('./lcov.info') != '' && './lcov.info' || null }}
minimum-ratio: 70
send-summary-comment: true
show-annotations: "error"
show-annotations: ""
- name: Upload code coverage for ref branch
if: ${{ ! github.event.pull_request }}
uses: actions/upload-artifact@v3
Expand Down
7 changes: 4 additions & 3 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# github-workflows Release Notes

## 0.0.2-dev - 2023-12-18
## 0.0.2-dev - 2023-12-20

### Features

- golang: remove code coverage annotations (PR #76 by @hiimjako)
- markdown workflow: extend link checker configuration example to allow 429
status (PR #62 by @chicco785)
- golang: add docker login on test and benchmark workflows (PR #64 by
@cosimomeli)
- docker workflow: add git and build information as build arguments (PR #63 by
@cosimomeli)
- markdown workflow: extend link checker configuration example to allow 429
status (PR #62 by @chicco785)
- add workflow to support license management (PR #58 by @chicco785)
- docker workflow: add `pre-build` step (PR #57 by @cosimomeli)
- markdown workflow: add optional spell checker (PR #44 by @chicco785)
Expand Down
Loading