Skip to content

Commit

Permalink
Merge branch 'main' into task/morecast-grass
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw authored Feb 6, 2024
2 parents 23f4177 + 026f1e9 commit 7527144
Show file tree
Hide file tree
Showing 5 changed files with 731 additions and 698 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
# we want to ensure code coverage is good, so we fail on error. (default is false)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ jobs:
- name: Download all workflow run artifacts
uses: actions/download-artifact@v3
- name: Upload test coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{secrets.CODECOV_TOKEN}}
# we want to ensure code coverage is good, so we fail on error. (default is false)
Expand Down
Loading

0 comments on commit 7527144

Please sign in to comment.