Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
beem
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hive
beem
Merge requests
!13
Eliminated deprecated codecov package
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Eliminated deprecated codecov package
bw_deprecated_codecov_elimination
into
master
Overview
0
Commits
2
Pipelines
0
Changes
2
Merged
Bartek Wrona
requested to merge
bw_deprecated_codecov_elimination
into
master
1 year ago
Overview
0
Commits
2
Pipelines
0
Changes
2
Expand
PyPi has removed deprecated package codecov
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
0ab06c60
2 commits,
1 year ago
2 files
+
1
−
3
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
.travis.yml
+
1
−
2
Options
@@ -53,7 +53,7 @@ before_install:
-
pip install --upgrade pip
-
pip install --upgrade wheel
# Set numpy version first, other packages link against it
-
pip install six nose coverage
codecov
pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
-
pip install six nose coverage pytest pytest-cov coveralls codacy-coverage parameterized secp256k1prp cryptography scrypt
-
pip install pycryptodomex ruamel.yaml appdirs pylibscrypt tox asn1crypto diff_match_patch
-
pip install ecdsa requests websocket-client pytz six Click prettytable click_shell
@@ -66,7 +66,6 @@ after_success:
-
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then bash util/package-osx.sh; fi
-
if [[ "$BUILD_LINUX" == "yes" ]]; then bash util/package-linux.sh; fi
-
coveralls
-
codecov
# - python-codacy-coverage -r coverage.xml
addons
:
Loading