Skip to content

Commit

Permalink
ci: ensure good coverage (codecov)
Browse files Browse the repository at this point in the history
Fixes #43
  • Loading branch information
MartinBernstorff committed Nov 28, 2023
1 parent b3f9de1 commit 45e7734
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ jobs:
refFilterForPush: refs/heads/main
runCmd:
make validate_ci

- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 45e7734

Please sign in to comment.