Skip to content

Commit 5518c49

Browse files
authored
Create codecov.yaml
Signed-off-by: Alex Jones <[email protected]>
1 parent 91613ba commit 5518c49

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/codecov.yaml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
name: Run Code Coverage
2+
3+
on:
4+
pull_request:
5+
branches: [ main ]
6+
7+
jobs:
8+
golangci-lint:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Check out code into the Go module directory
12+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13+
14+
- name: Upload coverage reports to Codecov
15+
uses: codecov/codecov-action@v4
16+
env:
17+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)