Skip to content

Commit

Permalink
Merge pull request #204 from gw-kit/release/3.1.1
Browse files Browse the repository at this point in the history
Release/3.1.1
  • Loading branch information
SurpSG authored Dec 24, 2024
2 parents c127a25 + 769c9fc commit 26850a0
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 356 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/base-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Publish Coverage Summary
if: ${{ github.event_name == 'pull_request' && !cancelled() }}
continue-on-error: true
uses: ./actions/delta-coverage-report
uses: gw-kit/delta-coverage-action@main

- name: Add test results to PR
uses: EnricoMi/[email protected]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Delta-Coverage Gradle plugin Changelog

# 3.1.1

### Fixed
- Fix aggregated view default enable state when there is only one view is enabled.


## 3.1.0

### New features
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -367,4 +367,4 @@ The report is saved to the file `build/reports/coverage-reports/delta-coverage/t
## GitHub Integration

The plugin provides a GitHub action that posts the Delta Coverage report to the PR comment.
For more details see [Delta Coverage Report GitHub Action](actions/delta-coverage-report/README.md).
For more details see [Delta Coverage Report GitHub Action](https://github.com/gw-kit/delta-coverage-action).
40 changes: 0 additions & 40 deletions actions/delta-coverage-report/README.md

This file was deleted.

123 changes: 0 additions & 123 deletions actions/delta-coverage-report/action.yaml

This file was deleted.

111 changes: 0 additions & 111 deletions actions/delta-coverage-report/build-comment-body.js

This file was deleted.

75 changes: 0 additions & 75 deletions actions/delta-coverage-report/create-check-runs.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class DeltaCoverageConfigurationsTest {
}

@Test
fun `delta-coverage outputs caching should be disabled 2`() {
fun `delta-coverage should successfully pass if no matched classes by include filter in changed files list`() {
// GIVEN
buildFile.file.appendText(
"""
Expand Down
Loading

0 comments on commit 26850a0

Please sign in to comment.