You've already forked authentication-service
mirror of
https://github.com/matrix-org/matrix-authentication-service.git
synced 2025-12-10 01:01:09 +03:00
ci: pass the codecov token to the codecov action
This commit is contained in:
3
.github/workflows/coverage.yaml
vendored
3
.github/workflows/coverage.yaml
vendored
@@ -38,6 +38,7 @@ jobs:
|
|||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v4.1.0
|
uses: codecov/codecov-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: policies/coverage.json
|
files: policies/coverage.json
|
||||||
flags: policies
|
flags: policies
|
||||||
|
|
||||||
@@ -68,6 +69,7 @@ jobs:
|
|||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v4.1.0
|
uses: codecov/codecov-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
directory: frontend/coverage/
|
directory: frontend/coverage/
|
||||||
flags: frontend
|
flags: frontend
|
||||||
|
|
||||||
@@ -155,5 +157,6 @@ jobs:
|
|||||||
- name: Upload to codecov.io
|
- name: Upload to codecov.io
|
||||||
uses: codecov/codecov-action@v4.1.0
|
uses: codecov/codecov-action@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
files: target/coverage/*.lcov
|
files: target/coverage/*.lcov
|
||||||
flags: unit
|
flags: unit
|
||||||
|
|||||||
Reference in New Issue
Block a user