Skip to content

Commit

Permalink
Merge branch 'rh/add_ts_to_interchange' of https://github.com/NREL-Si…
Browse files Browse the repository at this point in the history
…enna/PowerSimulations.jl into rh/add_ts_to_interchange
  • Loading branch information
rodrigomha committed Jul 2, 2024
2 parents 7e41bbd + 20d9d18 commit 5cef076
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
PYTHON: ""
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: ./lcov.info
flags: unittests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
PYTHON: ""
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: ./lcov.info
flags: unittests
Expand Down

0 comments on commit 5cef076

Please sign in to comment.