Skip to content

Commit 574e37c

Browse files
committed
Update .github/workflows/ci.yml
1 parent e54a516 commit 574e37c

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

Diff for: .github/workflows/ci.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,11 @@ jobs:
3838
- name: Vet
3939
run: go vet ./...
4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v3
41+
uses: codecov/codecov-action@v4
4242
with:
43-
flags: ${{ matrix.platform }}
43+
token: ${{ secrets.CODECOV_TOKEN }}
4444
env_vars: GO
45+
fail_ci_if_error: true
46+
flags: ${{ matrix.platform }}
4547
env:
4648
GO: ${{ matrix.go-version }}

Diff for: LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2018-2023 Akinori Hattori <[email protected]>
1+
Copyright (c) 2018-2024 Akinori Hattori <[email protected]>
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)