Skip to content

Commit e334387

Browse files
authored
actions: remove coverage (#1500)
1 parent 20a083a commit e334387

File tree

2 files changed

+2
-41
lines changed

2 files changed

+2
-41
lines changed

.github/workflows/coverage-reporter.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/run-matrix.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,10 @@ jobs:
5959
}
6060
const framework = normalizeName('${{ matrix.framework }}')
6161
const version = normalizeName('${{ matrix.version }}')
62-
return `test-results-${version}-${framework}`
62+
return `${version}-${framework}`
6363
- if: success() || failure()
6464
name: Upload JUnit Test Results
6565
uses: actions/upload-artifact@v4
6666
with:
67-
name: ${{ steps.normalize-junit.outputs.result }}
67+
name: test-results-${{ steps.normalize-junit.outputs.result }}
6868
path: "**/spec/junit-reports/**/*ruby-agent-junit.xml"
69-
- if: success() || failure()
70-
uses: actions/upload-artifact@v3
71-
with:
72-
name: coverage
73-
path: "coverage/"

0 commit comments

Comments
 (0)