Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: esl/fast_scram
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e17e08894a6090ee1113cf5bc529188137d1d04e
Choose a base ref
..
head repository: esl/fast_scram
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f4de4616bd224fa478cad9510e41522ba668f874
Choose a head ref
Showing with 3 additions and 2 deletions.
  1. +2 −1 .github/workflows/ci.yml
  2. +1 −1 README.md
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -23,7 +23,8 @@ jobs:
with:
otp-version: ${{matrix.otp}}
rebar3-version: ${{matrix.rebar3}}
- run: rebar3 ct
- run: rebar3 do ct --cover
- run: rebar3 as test codecov analyze
- run: rebar3 dialyzer
if: ${{ matrix.otp == '26.2' }}
- name: Upload coverage reports to Codecov
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@
[{compile, {pc, compile}},
{clean, {pc, clean}}]}]}.
{deps,
[{fast_scram, {git, "https://github.com/esl/fast_scram.git", {branch, "master"}}}]}.
[{fast_scram, "0.6.0"}]}.
```

## Using