Skip to content

Commit 9e636c8

Browse files
committed
add codecov upload
1 parent edfae01 commit 9e636c8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ jobs:
2323
- name: Build and test
2424
working-directory: ./
2525
run: ./build.sh runTests
26+
- name: Upload coverage reports to Codecov
27+
uses: codecov/codecov-action@v5
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}
30+
slug: BioFSharp/BioFSharp.Stats
2631

2732
build-and-test-windows:
2833

@@ -36,4 +41,4 @@ jobs:
3641
dotnet-version: 8.x.x
3742
- name: Build and test
3843
working-directory: ./
39-
run: ./build.cmd runTests
44+
run: ./build.cmd runTests

0 commit comments

Comments
 (0)