Skip to content

Commit 5540010

Browse files
committed
add codecov upload and update readme
1 parent 3b2548f commit 5540010

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
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.XYZ
2631

2732
build-and-test-windows:
2833

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Here is a list of things you should/might want to do after setting up a repo wit
4242
"tests/BioFSharp.XYZ.Tests/BioFSharp.XYZ.Tests.fsproj" // replace with the name of your test project
4343
]
4444
```
45+
- in `.github/workflows/build-and-test.yml`: change codecov slug
4546
- If needed, change the target framework of the project. it currently targets `.netstandard2.0` for maximum backwards compatibility, might want to target a newer `.net` version if you need a specific API.
4647
4748
## Build

0 commit comments

Comments
 (0)