Skip to content

Commit

Permalink
Merge pull request #256 from zentetsukenz/update-setup-elixir-action
Browse files Browse the repository at this point in the history
Use the latest setup beam for Github action
  • Loading branch information
parroty committed Apr 4, 2021
2 parents 9f48f29 + 6820e88 commit 825c24a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-elixir@v1
- uses: erlef/setup-beam@v1
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
Expand Down
12 changes: 7 additions & 5 deletions README.md
Expand Up @@ -65,6 +65,7 @@ end

# Usage
## Mix Tasks
- [ExCoveralls](#excoveralls)
- [Settings](#settings)
- [mix.exs](#mixexs)
- [Usage](#usage)
Expand All @@ -73,7 +74,7 @@ end
- [[mix coveralls.travis] Post coverage from travis](#mix-coverallstravis-post-coverage-from-travis)
- [.travis.yml](#travisyml)
- [[mix coveralls.github] Post coverage from GitHub Actions](#mix-coverallsgithub-post-coverage-from-github-actions)
- [.github/workflows/main.yml](#githubworkflowsexampleyml)
- [.github/workflows/example.yml](#githubworkflowsexampleyml)
- [[mix coveralls.circle] Post coverage from circle](#mix-coverallscircle-post-coverage-from-circle)
- [circle.yml](#circleyml)
- [[mix coveralls.semaphore] Post coverage from semaphore](#mix-coverallssemaphore-post-coverage-from-semaphore)
Expand All @@ -90,9 +91,10 @@ end
- [Exclude Files](#exclude-files)
- [Terminal Report Output](#terminal-report-output)
- [Coverage Options](#coverage-options)
- [Ignore Lines](#ignore-lines)
- [Notes](#notes)
- [Todo](#todo)
- [Ignore Lines](#ignore-lines)
- [Notes](#notes)
- [Todo](#todo)
- [License](#license)

### [mix coveralls] Show coverage
Run the `MIX_ENV=test mix coveralls` command to show coverage information on localhost.
Expand Down Expand Up @@ -215,7 +217,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v1.0.0
- uses: actions/setup-elixir@v1.0.0
- uses: erlef/setup-beam@v1
with:
otp-version: ${{matrix.otp}}
elixir-version: ${{matrix.elixir}}
Expand Down

0 comments on commit 825c24a

Please sign in to comment.