Skip to content

Commit 6520cf3

Browse files
authored
Merge pull request #1 from codeadict/chore/ci-fix
ci: Fix coverage
2 parents ea2e654 + 0ea7508 commit 6520cf3

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,18 @@ name: CI
22

33
on:
44
pull_request:
5+
workflow_dispatch:
56
push:
67
branches:
78
- main
89

910
permissions:
1011
contents: read
1112

13+
concurrency:
14+
group: ${{ github.workflow }}-${{ github.ref }}
15+
cancel-in-progress: true
16+
1217
jobs:
1318
test:
1419
permissions:

.github/workflows/h2-compliance.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
name: HTTP/2 Compliance
22

33
on:
4-
pull_request:
54
push:
65
branches:
76
- main

rebar.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
]}.
1515

1616
{project_plugins, [
17-
covertool,
17+
{covertool, "~> 2.0"},
1818
{rebar3_lint, "~> 4.2"},
1919
{erlfmt, "~> 1.7"},
2020
{rebar3_proper, "~> 0.12"}

0 commit comments

Comments
 (0)