Skip to content

Commit f87aad2

Browse files
committed
ci: adds slug with directive for codecov upload step
1 parent 8643b76 commit f87aad2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,4 @@ jobs:
3131
uses: codecov/codecov-action@v5.1.2
3232
with:
3333
token: ${{ secrets.CODECOV_TOKEN }} # Set in GitHub repository secrets
34-
files: ./coverage/lcov.info # Adjust path if necessary
35-
flags: unittests # Optional flags for tracking different types of tests
36-
name: codecov-coverage-report # Optional, useful for identifying reports
37-
fail_ci_if_error: true # Fails CI if Codecov upload fails
34+
slug: Tincre/logger

0 commit comments

Comments
 (0)