Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CI build and bump version 1.2.0 → 1.2.1 #625

Merged
merged 2 commits into from
Apr 26, 2021

Conversation

manuelwedler
Copy link
Contributor

@manuelwedler manuelwedler commented Apr 26, 2021

The build of v1.2.0 was failing in the CI because the build process required to have yarn installed. When I changed the project to use yarn instead of npm I made this check required in the setup.py. Before it was just skipping the webui compilation if npm was not installed. The compilation is done in a previous job in the CI so it is not needed. The build package job does not have yarn installed because it is using the python image. This PR makes the compilation in the build process optional again. I also bumped the version to quickly make a new release. The changes in the setup.py were tested on the failed CI job via ssh.

@codecov
Copy link

codecov bot commented Apr 26, 2021

Codecov Report

Merging #625 (3fe21f3) into master (8397e3b) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #625   +/-   ##
=======================================
  Coverage   95.94%   95.94%           
=======================================
  Files          91       91           
  Lines        2390     2390           
  Branches      319      319           
=======================================
  Hits         2293     2293           
  Misses         55       55           
  Partials       42       42           
Impacted Files Coverage Δ
src/version.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 8397e3b...3fe21f3. Read the comment docs.

@manuelwedler manuelwedler requested a review from karlb April 26, 2021 10:54
@karlb karlb merged commit 7d25233 into raiden-network:master Apr 26, 2021
@manuelwedler manuelwedler deleted the fix-ci-build branch April 26, 2021 11:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants