Skip to content

Instantly share code, notes, and snippets.

@twyle
Created June 13, 2022 08:45
Show Gist options
  • Save twyle/9fd8cac23e01eea8ef312152d38bbc84 to your computer and use it in GitHub Desktop.
Save twyle/9fd8cac23e01eea8ef312152d38bbc84 to your computer and use it in GitHub Desktop.
on: [push]
jobs:
Build:
runs-on: ubuntu-latest
name: A job to test the oryks code coverage action
steps:
- name: Check out code
uses: actions/checkout@v2
- name: oryks code coverage action
id: selftest
uses: twyle/[email protected]
with:
codedirectory: src/
testdirectory: tests/
github_token: ${{ github.token }}
- name: action output
run: |
echo "${{ steps.selftest.outputs.testcoverage }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment