Skip to content

Commit

Permalink
updated ci files
Browse files Browse the repository at this point in the history
  • Loading branch information
vvjn committed Apr 1, 2022
1 parent 6849683 commit bf87785
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v2
with:
verbose: true
file: lcov.info
5 changes: 4 additions & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CompatHelper
on:
push
workflow_run:
workflows: [CI]
types:
- completed
jobs:
CompatHelper:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
Manifest.toml
2 changes: 0 additions & 2 deletions Manifest.toml

This file was deleted.

2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "MergeSorted"
uuid = "5f6ebb72-d4a9-4954-9a69-49758639d560"
authors = ["vvjn"]
version = "2.0.1"
version = "2.0.2"

[compat]
julia = "^1"

0 comments on commit bf87785

Please sign in to comment.