Skip to content

Commit

Permalink
remove coveralls parallel mode;
Browse files Browse the repository at this point in the history
update changelog;
  • Loading branch information
greenhat committed Dec 9, 2020
1 parent c707d16 commit 124f871
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Expand Up @@ -97,14 +97,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel: true
path-to-lcov: ./lcov.info
- name: Coveralls Finished
if: matrix.os == 'ubuntu-latest' && github.event_name == 'pull_request'
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
parallel-finished: true

doc-links:
name: Intra-documentation links
Expand Down
5 changes: 5 additions & 0 deletions ergo-lib/CHANGELOG.md
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- next-header -->
## [Unreleased] - ReleaseDate

### Added

- Interpreter: added global vars (`INPUTS`, `OUTPUTS`, `SELF`, `HEIGHT`), `Context` properties (`dataInputs`) [#155](https://github.com/ergoplatform/sigma-rust/pull/155);

## [0.4.1] - 2020-11-19

### Added
Expand Down

0 comments on commit 124f871

Please sign in to comment.