Skip to content

Commit

Permalink
TECH Repair code coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
sibprogrammer committed Apr 10, 2024
1 parent a1ec3c9 commit 918b12a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,10 @@ on: [push]

jobs:
test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker-compose run tests
- run: bash <(curl -s https://codecov.io/bash)
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 918b12a

Please sign in to comment.