File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 run : go vet ./...
2424
2525 - name : Test
26- run : go test -v -race -count=1 ./...
26+ run : go test -v -race -coverprofile=coverage.txt -covermode=atomic -count=1 ./...
27+
28+ - name : Upload coverage to Codecov
29+ uses : codecov/codecov-action@v5
30+ with :
31+ token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 33 <h1 >fleet-plan</h1 >
44 <p ><strong ><code >terraform plan</code >, but for <a href =" https://fleetdm.com/ " >Fleet</a >.</strong ></p >
55
6- [ ![ codecov] ( https://codecov.io/gh/TsekNet/fleet-plan/branch/main/graph/badge.svg?token=9E0V5QX6G1 )] ( https://codecov.io/gh/TsekNet/fleet-plan )
6+ [ ![ codecov] ( https://codecov.io/gh/TsekNet/fleet-plan/branch/main/graph/badge.svg?token=b71fa5cb-b607-4c0f-9f55-76cfffe8a054 )] ( https://codecov.io/gh/TsekNet/fleet-plan )
77 [ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
88 [ ![ GitHub Release] ( https://img.shields.io/github/v/release/TsekNet/fleet-plan )] ( https://github.com/TsekNet/fleet-plan/releases )
99</div >
You can’t perform that action at this time.
0 commit comments