Skip to content

Commit

Permalink
actions: remove coverage (#1500)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Nov 7, 2024
1 parent 20a083a commit e334387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 41 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/coverage-reporter.yml

This file was deleted.

9 changes: 2 additions & 7 deletions .github/workflows/run-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,10 @@ jobs:
}
const framework = normalizeName('${{ matrix.framework }}')
const version = normalizeName('${{ matrix.version }}')
return `test-results-${version}-${framework}`
return `${version}-${framework}`
- if: success() || failure()
name: Upload JUnit Test Results
uses: actions/upload-artifact@v4
with:
name: ${{ steps.normalize-junit.outputs.result }}
name: test-results-${{ steps.normalize-junit.outputs.result }}
path: "**/spec/junit-reports/**/*ruby-agent-junit.xml"
- if: success() || failure()
uses: actions/upload-artifact@v3
with:
name: coverage
path: "coverage/"

0 comments on commit e334387

Please sign in to comment.