Created
June 13, 2022 08:45
-
-
Save twyle/9fd8cac23e01eea8ef312152d38bbc84 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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