-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Identify Julia packages with .jl suffix
- Loading branch information
1 parent
de236a4
commit 2676531
Showing
74 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,27 +46,27 @@ jobs: | |
${{ runner.os }}-${{ matrix.arch }}-test- | ||
${{ runner.os }}-${{ matrix.arch }}- | ||
${{ runner.os }}- | ||
- run: julia --project=PRAS -e 'import Pkg; | ||
- run: julia --project=PRAS.jl -e 'import Pkg; | ||
Pkg.develop([ | ||
(path="PRASCore",), | ||
(path="PRASFiles",), | ||
(path="PRASCapacityCredits",) | ||
(path="PRASCore.jl",), | ||
(path="PRASFiles.jl",), | ||
(path="PRASCapacityCredits.jl",) | ||
])' | ||
shell: bash | ||
- uses: julia-actions/julia-buildpkg@latest | ||
with: | ||
project: PRAS | ||
project: PRAS.jl | ||
- run: | | ||
git config --global user.name Tester | ||
git config --global user.email [email protected] | ||
- uses: julia-actions/julia-runtest@latest | ||
with: | ||
project: PRAS | ||
project: PRAS.jl | ||
env: | ||
JULIA_NUM_THREADS: 2 | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: PRAS/src | ||
directories: PRAS.jl/src | ||
- uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,22 +46,22 @@ jobs: | |
${{ runner.os }}-${{ matrix.arch }}-test- | ||
${{ runner.os }}-${{ matrix.arch }}- | ||
${{ runner.os }}- | ||
- run: julia --project=PRASCapacityCredits -e 'import Pkg; Pkg.develop(path="PRASCore")' | ||
- run: julia --project=PRASCapacityCredits.jl -e 'import Pkg; Pkg.develop(path="PRASCore.jl")' | ||
shell: bash | ||
- uses: julia-actions/julia-buildpkg@latest | ||
with: | ||
project: PRASCapacityCredits | ||
project: PRASCapacityCredits.jl | ||
- run: | | ||
git config --global user.name Tester | ||
git config --global user.email [email protected] | ||
- uses: julia-actions/julia-runtest@latest | ||
with: | ||
project: PRASCapacityCredits | ||
project: PRASCapacityCredits.jl | ||
env: | ||
JULIA_NUM_THREADS: 2 | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: PRASCapacityCredits/src | ||
directories: PRASCapacityCredits.jl/src | ||
- uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -48,18 +48,18 @@ jobs: | |
${{ runner.os }}- | ||
- uses: julia-actions/julia-buildpkg@latest | ||
with: | ||
project: PRASCore | ||
project: PRASCore.jl | ||
- run: | | ||
git config --global user.name Tester | ||
git config --global user.email [email protected] | ||
- uses: julia-actions/julia-runtest@latest | ||
with: | ||
project: PRASCore | ||
project: PRASCore.jl | ||
env: | ||
JULIA_NUM_THREADS: 2 | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: PRASCore/src | ||
directories: PRASCore.jl/src | ||
- uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,22 +46,22 @@ jobs: | |
${{ runner.os }}-${{ matrix.arch }}-test- | ||
${{ runner.os }}-${{ matrix.arch }}- | ||
${{ runner.os }}- | ||
- run: julia --project=PRASFiles -e 'import Pkg; Pkg.develop(path="PRASCore")' | ||
- run: julia --project=PRASFiles.jl -e 'import Pkg; Pkg.develop(path="PRASCore.jl")' | ||
shell: bash | ||
- uses: julia-actions/julia-buildpkg@latest | ||
with: | ||
project: PRASFiles | ||
project: PRASFiles.jl | ||
- run: | | ||
git config --global user.name Tester | ||
git config --global user.email [email protected] | ||
- uses: julia-actions/julia-runtest@latest | ||
with: | ||
project: PRASFiles | ||
project: PRASFiles.jl | ||
env: | ||
JULIA_NUM_THREADS: 2 | ||
- uses: julia-actions/julia-processcoverage@v1 | ||
with: | ||
directories: PRASFiles/src | ||
directories: PRASFiles.jl/src | ||
- uses: codecov/codecov-action@v4 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.