Skip to content

Commit

Permalink
[Bugfix] Skip Code Coverage Determination (#1264)
Browse files Browse the repository at this point in the history
* Skip ::= skip code coverage determination

* Create summary of recent changes

---------

Co-authored-by: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
kevinmatthes and github-actions[bot] committed Mar 2, 2024
1 parent 81f8c29 commit f4c7a52
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ permissions:
pull-requests: write

jobs:
coverage:
code:
runs-on: ubuntu-latest
steps:
- uses: taiki-e/install-action@v2.27.15
Expand Down Expand Up @@ -74,6 +74,11 @@ jobs:
comment_tag: coverage
filePath: coverage.md

coverage:
runs-on: ubuntu-latest
steps:
- run: bash -c 'exit 0'

# mutations:
# runs-on: ubuntu-latest
# steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
(
references: {},
changes: {},
)

0 comments on commit f4c7a52

Please sign in to comment.