mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Now?
This commit is contained in:
@@ -52,8 +52,9 @@ jobs:
|
|||||||
./odin build tests/internal -build-mode:test -debug -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true -target:linux_amd64
|
./odin build tests/internal -build-mode:test -debug -all-packages -vet -strict-style -disallow-do -define:ODIN_TEST_FANCY=false -define:ODIN_TEST_FAIL_ON_BAD_MEMORY=true -target:linux_amd64
|
||||||
kcov --exclude-path=tests --exclude-path=/usr kcov-out ./internal .
|
kcov --exclude-path=tests --exclude-path=/usr kcov-out ./internal .
|
||||||
|
|
||||||
- name: Report
|
- uses: codecov/codecov-action@v5
|
||||||
env:
|
with:
|
||||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
name: Ubuntu Coverage # optional
|
||||||
run: |
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
bash <(curl -s https://codecov.io/bash) -s kcov-out
|
verbose: true # optional (default = false
|
||||||
|
directory: kcov-out/kcov-merged
|
||||||
Reference in New Issue
Block a user