Skip to content

Commit

Permalink
modified debug run
Browse files Browse the repository at this point in the history
  • Loading branch information
jcdodson authored Dec 9, 2023
1 parent 7a55d60 commit 7829000
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- name: List files in ScheduleBuilder
run: |
ls -l ./ScheduleBuilder/
ls -l ./ScheduleBuilder/google_calendar
- name: Upload Coverage to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: ./ScheduleBuilder/coverage.xml
files: ./ScheduleBuilder/google_calendar/coverage.xml
fail_ci_if_error: true

0 comments on commit 7829000

Please sign in to comment.