Skip to content

Commit

Permalink
maybe this works
Browse files Browse the repository at this point in the history
  • Loading branch information
ckuethe committed Oct 26, 2023
1 parent 2b2eac2 commit be08dd5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
steps:
- uses: actions/checkout@master
- uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit be08dd5

Please sign in to comment.