Skip to content

Commit 918b12a

Browse files
committed
TECH Repair code coverage reporting
1 parent a1ec3c9 commit 918b12a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/test.yml

+5-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,10 @@ on: [push]
44

55
jobs:
66
test:
7-
runs-on: ubuntu-20.04
7+
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v3
9+
- uses: actions/checkout@v4
1010
- run: docker-compose run tests
11-
- run: bash <(curl -s https://codecov.io/bash)
11+
- uses: codecov/codecov-action@v4
12+
with:
13+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)