We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1634ed commit bc3db37Copy full SHA for bc3db37
.github/workflows/cd.yml
@@ -4,7 +4,8 @@ on:
4
push:
5
tags:
6
- "v*.*.*"
7
-
+permissions:
8
+ contents: write
9
jobs:
10
create-github-release:
11
name: create-github-release
.github/workflows/ci.yml
@@ -55,7 +55,7 @@ jobs:
55
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
56
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
57
- id: coverage
58
- uses: actions-rs/grcov@v0.1
+ uses: deepu105/grcov@0.2-proto
59
with:
60
config: .github/grcov.yml
61
- name: Push grcov results to Coveralls
0 commit comments