@@ -24,3 +24,9 @@ jobs:
|
||||
|
||||
- name: 🔫 Build All
|
||||
run: ./build.sh
|
||||
|
||||
- name: Upload coverage reports to Codecov with GitHub Action
|
||||
uses: codecov/codecov-action@v4.2.0
|
||||
with:
|
||||
files: tests/**/coverage.xml
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user