Skip to content

Commit

Permalink
updating dependencies (#1049)
Browse files Browse the repository at this point in the history
* updaing deps
  • Loading branch information
jackdewinter committed Mar 30, 2024
1 parent 6cbad92 commit dfbeb35
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,10 @@ jobs:
./report/coverage.xml
- name: Report Coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
if: github.event_name != 'schedule'
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./report/coverage.xml
name: ${{ matrix.python }} - ${{ matrix.platform }}
Expand Down

0 comments on commit dfbeb35

Please sign in to comment.