Skip to content

Commit

Permalink
query sourcepath
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Dec 18, 2023
1 parent 59329c0 commit e3decc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
coverage: true
env:
JULIA_PKG_SERVER: ${{ matrix.pkg-server }}
# JULIA_TEST_VERBOSE_LOGS_DIR: ${{ github.workspace }}
JULIA_TEST_VERBOSE_LOGS_DIR: ${{ github.workspace }}
- uses: actions/upload-artifact@v4
if: ${{ always() }}
with:
Expand Down
2 changes: 1 addition & 1 deletion test/pkg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ temp_pkg_dir() do project_path
recursive_rm_cov_files(pkgdir) # clean out cov files from previous test runs

@test !any(endswith(".cov"), readdir(pkgdir)) # should be no cov files to start with
Pkg.test(TEST_PKG.name; coverage="user")
Pkg.test(TEST_PKG.name; coverage=true, test_fn = ()->(using InteractiveUtils, Example; @functionloc Example.hello("foo")))
@show readdir(pkgdir) pkgdir
sleep(5)
@show readdir(pkgdir) pkgdir
Expand Down

0 comments on commit e3decc8

Please sign in to comment.