Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tchevalleraud committed Dec 8, 2024
1 parent 90f6b7d commit 17ae090
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-master.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
uses: actions/download-artifact@v4
with:
name: phpunit
- name: Display structure of downloaded files
run: ls -R
- name: Upload coverage results to Codacy
env:
CODACY_PROJECT_TOKEN: ${{ secrets.CODACY_PROJECT_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
###> Project
.codacy-coverage
.phpunit.*
clover.xml
composer.lock
junit.xml
phpunit.xml
Expand Down

0 comments on commit 17ae090

Please sign in to comment.