Skip to content

feat: software_function support #126

feat: software_function support

feat: software_function support #126

Workflow file for this run

name: Test
on: push
jobs:
test:
name: test
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Install dependencies
run: lein deps
- name: Run tests
run: |
lein test
lein cloverage --no-html --coveralls || true
- name: Coveralls
run: curl -F json_file=@./target/coverage/coveralls.json https://coveralls.io/api/v1/jobs