Skip to content

Commit b1dc1d0

Browse files
committed
apply gap_to_julia and bump versions
* CAP v0.5.1 * CartesianCategories v0.3.1 * FinSetsForCAP v0.1.8 * FreydCategoriesForCAP v0.1.6 * LinearAlgebraForCAP v0.1.5 * ModulePresentationsForCAP v0.1.4 * MonoidalCategories v0.2.2 * Toposes v0.1.7 * ZXCalculusForCAP v0.1.5
1 parent c881af6 commit b1dc1d0

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
"Sebastian Posur <[email protected]>",
66
"Fabian Zickgraf <[email protected]>",
77
]
8-
version = "0.1.3"
8+
version = "0.1.4"
99

1010
[deps]
1111
MatricesForHomalg = "29b9b1b6-efa6-450e-8188-a5a2c25df071"

makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,13 @@ clean-gen:
1111

1212
test:
1313
julia -e 'using Pkg; Pkg.test("ModulePresentationsForCAP");'
14+
15+
codecov:
16+
julia --project=. -e 'using Coverage; using Pkg; Pkg.test(coverage=true); LCOV.writefile("coverage.lcov", process_folder(pwd()));'
17+
genhtml -o coverage_report coverage.lcov
18+
open coverage_report/index.html
19+
20+
clean-codecov:
21+
find . -type f -name "*.jl.*.cov" -exec rm -f {} +
22+
rm -f coverage.lcov
23+
rm -rf coverage_report

0 commit comments

Comments
 (0)