summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMassimiliano Culpo <massimiliano.culpo@gmail.com>2021-07-24 13:23:56 +0200
committerGitHub <noreply@github.com>2021-07-24 07:23:56 -0400
commita30e6c61582b55ec4cff1d9d885a0acec9a0ec3c (patch)
tree529574ff0a6e5cf2eb8a92bd1b153b1766c7e4c2 /lib
parentbb20cadd91d6d132d71a603f6cc2084971e73183 (diff)
downloadspack-a30e6c61582b55ec4cff1d9d885a0acec9a0ec3c.tar.gz
spack-a30e6c61582b55ec4cff1d9d885a0acec9a0ec3c.tar.bz2
spack-a30e6c61582b55ec4cff1d9d885a0acec9a0ec3c.tar.xz
spack-a30e6c61582b55ec4cff1d9d885a0acec9a0ec3c.zip
Bump codecov/action to v2.0.2 (#24983)
* build(deps): bump codecov/codecov-action from 1 to 2.0.1 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.0.1. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v1...v2.0.1) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Update arguments to codecov action * Try to delete the symbolic link to root folder Hopefully this should get rid of the ELOOP error * Delete also for shell tests and MacOS * Bump to v2.0.2 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/__init__.py b/lib/spack/spack/__init__.py
index a17fc1dfc1..1b14a7d5ff 100644
--- a/lib/spack/spack/__init__.py
+++ b/lib/spack/spack/__init__.py
@@ -3,7 +3,6 @@
#
# SPDX-License-Identifier: (Apache-2.0 OR MIT)
-
#: major, minor, patch version for Spack, in a tuple
spack_version_info = (0, 16, 1)