Skip to content

Commit 3a2ca77

Browse files
committed
Tidy up workflows
1 parent ea2bb7f commit 3a2ca77

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

.github/workflows/codecov.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ jobs:
3232
RUSTDOCFLAGS: '-Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cinstrument-coverage'
3333

3434
- name: Codecov
35-
# You may pin to the exact commit or the version.
36-
uses: codecov/[email protected]
37-
with:
38-
# Repository upload token - get it from codecov.io. Required only for private repositories
39-
token: ${{ secrets.CODECOV_TOKEN }}
40-
file: ./lcov.info
41-
# Specify whether the Codecov output should be verbose
42-
verbose: true
43-
fail_ci_if_error: true
35+
# You may pin to the exact commit or the version.
36+
uses: codecov/[email protected]
37+
with:
38+
# Repository upload token - get it from codecov.io. Required only for private repositories
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
file: ./lcov.info
41+
# Specify whether the Codecov output should be verbose
42+
verbose: true
43+
fail_ci_if_error: true
4444

.github/workflows/release.yml

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ on:
44
push:
55
tags:
66
- "v*.*.*"
7-
branches:
8-
- release_testing
97

108
env:
119
CARGO_TERM_COLOR: always

.github/workflows/version.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
on:
22
pull_request:
33
branches:
4-
- master
4+
- main
55

66
# This runs on PRs so error can be seen before merging
77
name: Version check

0 commit comments

Comments
 (0)