Skip to content

Commit 726de57

Browse files
committed
use Codecov token
already needed since cdbff26 (cf. https://docs.codecov.com/docs/codecov-tokens & https://github.com/marketplace/actions/codecov#v4-release: "Breaking Changes [of v4]: Tokenless uploading is unsupported" 🙈) obtained from https://app.codecov.io/gh/TNG/property-loader/config/general, stored at https://github.com/TNG/property-loader/settings/secrets/actions Signed-off-by: Manfred Hanke <Manfred.Hanke@tngtech.com>
1 parent afabc94 commit 726de57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
with:
2828
files: build/reports/jacoco/test/jacocoTestReport.xml
2929
name: codecov
30+
token: ${{ secrets.CODECOV_TOKEN }}
3031

3132
dependency-check:
3233
needs: test

0 commit comments

Comments
 (0)