Ajout CI Coverage #9
@@ -18,8 +18,7 @@ jobs:
|
|||||||
name: "Build & Test"
|
name: "Build & Test"
|
||||||
|
|
||||||
# Permissions this GitHub Action needs for other things in GitHub
|
# Permissions this GitHub Action needs for other things in GitHub
|
||||||
permissions:
|
permissions: write-all
|
||||||
pull-requests: write
|
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
@@ -66,14 +65,6 @@ jobs:
|
|||||||
indicators: true
|
indicators: true
|
||||||
output: both
|
output: both
|
||||||
thresholds: "10 30"
|
thresholds: "10 30"
|
||||||
- run: ls
|
|
||||||
- name: Add Coverage PR Comment
|
|
||||||
uses: marocchino/sticky-pull-request-comment@v2
|
|
||||||
if: github.event_name == 'pull_request'
|
|
||||||
with:
|
|
||||||
recreate: true
|
|
||||||
path: code-coverage-results.md
|
|
||||||
|
|
||||||
- name: Upload Test Result Files
|
- name: Upload Test Result Files
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user