dependabot[bot] de15ca79be Bump actions/cache from 2 to 3 (#22)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-21 22:23:34 -05:00
2020-08-10 11:09:09 +02:00

typescript-action status

Usage

See PkgTemplates.jl for a complete example.


      - uses: julia-actions/julia-processcoverage@v1
      - uses: codecov/codecov-action@v2
        with:
          files: lcov.info

One can also specify the directory or directories (comma separated) to use via the directories input (which defaults to src,ext). E.g.


      - uses: julia-actions/julia-processcoverage@v1
        with:
          directories: src,ext,examples
      - uses: codecov/codecov-action@v2
        with:
          files: lcov.info

instructs the action to look for coverage information in src, ext, and an examples folder. Likewise, use

      - uses: julia-actions/julia-processcoverage@v1
        with:
          directories: path/to/subdir/package/src
      - uses: codecov/codecov-action@v2
        with:
          files: lcov.info

to get coverage information from a package in a subdirectory of the repo.

Description
No description provided
Readme MIT 186 KiB
Languages
Julia 100%