Skip to content

Commit 7e9b8c7

Browse files
committed
Update .github/workflows/ci.yml
1 parent 678aefe commit 7e9b8c7

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
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 }}

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014-2023 Akinori Hattori <hattya@gmail.com>
1+
Copyright (c) 2014-2024 Akinori Hattori <hattya@gmail.com>
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)