Skip to content

Commit 250cf7d

Browse files
committed
#149 update
1 parent 366645e commit 250cf7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/code-coverage.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "3. Code Coverage"
22

33
permissions:
4-
contents: write # commit & push
5-
pull-requests: write # open/update PRs
6-
issues: write # create/apply labels (fixes your error)
4+
contents: write # commit & push
5+
pull-requests: write # open/update PRs
6+
issues: write # create/apply labels (fixes your error)
77

88
on:
99
push:
@@ -12,7 +12,7 @@ on:
1212
- "feature/*"
1313
paths-ignore:
1414
- "**/README.md"
15-
- "coverage-badge.svg" # prevent loops when the badge PR merges
15+
- "coverage-badge.svg" # prevent loops when the badge PR merges
1616
pull_request:
1717
branches:
1818
- "main"
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
ref: ${{ github.ref }}
3030
fetch-depth: 0
31-
persist-credentials: false # PR action will handle auth
31+
persist-credentials: false # PR action will handle auth
3232

3333
- name: Setup .NET
3434
uses: actions/setup-dotnet@v4
@@ -66,9 +66,9 @@ jobs:
6666
id: cpr
6767
uses: peter-evans/create-pull-request@v6
6868
with:
69-
token: ${{ secrets.GITHUB_TOKEN }} # uses repos workflow token
70-
branch: ci/update-coverage-badge # PR head branch
71-
base: main # PR base branch
69+
token: ${{ secrets.GITHUB_TOKEN }} # uses repos workflow token
70+
branch: ci/update-coverage-badge # PR head branch
71+
base: main # PR base branch
7272
title: "Update coverage badge"
7373
commit-message: "Update coverage badge"
7474
body: "Automated update of coverage-badge.svg"

0 commit comments

Comments
 (0)